xeekst~xer

Results 1 comments of xeekst~xer

My solution: (relatively clear) I use enumeration type instead of bool, and hope to support bool type as early as possible ```csharp public enum BoolType { False, True } public...