frosty icon indicating copy to clipboard operation
frosty copied to clipboard

serialize native Nim types to strings, streams, sockets, whatever ⛄

Results 1 frosty issues
Sort by recently updated
recently updated
newest added

```nim type MinTypeKind* = enum ctkIdent ctkFixedArray ctkDependentArray const ctkArrayKinds* = { ctkFixedArray, ctkDependentArray } type MinTypeUse* = object case kind*: MinTypeKind of ctkArrayKinds: discard of ctkIdent: discard ```

bug