I was looking at this benchmark: 
[https://github.com/frol/completely-unscientific-benchmarks/blob/master/nim/main_manual.nim#L21](https://github.com/frol/completely-unscientific-benchmarks/blob/master/nim/main_manual.nim#L21)

what is the "create" being used on line 21? to me, it looks like a keyword to 
allocate the memory for an object, because I don't see a create proc defined 
anywhere or imported.

Reply via email to