Fork me on GitHub

src/arraymancer/private/sequninit

Search:
Group by:
  Source Edit

Procs

func newSeqUninit[T](len: Natural): seq[T] {.inline.}
Creates an uninitialzed seq. Contrary to newSequnitialized in system.nim this works for any subtype T   Source Edit
Arraymancer Technical reference Tutorial Spellbook (How-To's) Under the hood