bpr / vla

Variable length arrays for Nim
Other
17 stars 1 forks source link

RFC : VarLengthArrayHeap #3

Open HJarausch opened 3 years ago

HJarausch commented 3 years ago

I have slightly modified the definition of VarLengthArray to be in line with the new VarLengthArrayHeap. Most new procedures are copied/modified from https://github.com/nim-lang/Nim/blob/devel/doc/destructors.rst vla.nim.txt vla_tests.nim.txt