Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manta

Arrays with constant runtime length in Nim, with destructors to support Nim's memory management, as well as a choice between value (Array[T]) or reference (RefArray[T]) semantics. Very basic examples in tests. Potential place for more user-managed collection types in the future.

Depends on the unsafeNew API from Nim to work which seems to have existed for a long time but may be unstable on the new memory management options.

Warning: Not vetted for leaks/UB/memory access issues, ideally would be done with CI.

About

runtime array types with destructors

Topics

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages