Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove custom
newSeqUninit
if available in stdlib (#592)
* rename `newSeqUninit` in order to avoid conflicts with upstream * use system `newSeqUninit` where applicable In these cases we are only dealing with mem copyable POD types, so it's fine to use the stdlib version. * use regular `newSeq` in `toRawSeq` The proc is deprecated anyway and the minor performance penalty should be irrelevant. * use system `newSeqUninit` if available --------- Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
- Loading branch information