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

`shallowCopy` has been removed for ARC/ORC

Open ringabout opened this issue 1 year ago • 0 comments

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 now.

ringabout avatar Aug 30 '22 04:08 ringabout