feat(wire & register): implement these 2 components

This commit is contained in:
DarkSharpness
2024-07-11 21:53:52 +08:00
parent 7ebe48fe09
commit 72b0c5bcf0
5 changed files with 167 additions and 146 deletions

View File

@ -1,6 +1,8 @@
#pragma once
#include <utility>
#ifdef _DEBUG
#include <iostream>
#endif
#include <source_location>
namespace dark::debug {