> Copying strings is computationally trivial because they are guaranteed to not 
> contain complex types like seqs might. You can just copy their entire block 
> of memory verbatim once. That can definitely be tens or hundreds of times 
> faster than copying individual items.

Probably we can specialize `array[T]` with `when supportsCopyMem(T)` to use 
`copyMem`

Reply via email to