Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 319 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 319 Bytes

Initial motivation of this repository is, to implement new array to debug its elements easily on "lldb".

Vec

Currently, we need to add vec.free() at the end of its scope. Otherwise, you'll suffer from lots of memory leaks...

Wish -autofree will be stabilized soon!!

See tests for the usage.