更改文件架构

This commit is contained in:
CortexCore
2023-06-07 18:38:07 +08:00
parent 93292b1a59
commit ed84166723
720 changed files with 297 additions and 65 deletions

View File

@@ -36,5 +36,10 @@ namespace BITKit
Allow = false;
value = default;
}
public static implicit operator T(Optional<T> self)
{
return self.value;
}
}
}