nim-strunicode icon indicating copy to clipboard operation
nim-strunicode copied to clipboard

Swift-like unicode string handling

Results 1 nim-strunicode issues
Sort by recently updated
recently updated
newest added

Hello, `shallowCopy` has been removed for ARC/ORC since it does a deep copy with ARC/ORC → https://github.com/nim-lang/Nim/pull/20070 https://github.com/nitely/nim-strunicode/blob/02bdbb027d3fe339a5fe64668fe5da10ddf14ffc/src/strunicode.nim#L39 creates a view of `Unicode`. I cannot think of a good alternative...