Maxim Cege

Results 1 comments of Maxim Cege

Same error either ``` type Flags = enum a, b proc toX[T: SomeUnsignedInt, E: enum](s: varargs[E]): string = "" echo toX[uint16, enum](a, b) ``` ``` Nim Compiler Version 1.6.6 [Linux:...