add basic functionality
TODO:
-
more tests -
compile-fail tests -
linked list
-
-
docs -
unsafe comments -
verify it's actually sound -
run destructors -
growable buffer ( Vec<Vec<T>>
/Vec<Box<[T; N]>>
) -> #1
Edited by Lukas Markeffsky
TODO:
Vec<Vec<T>>
/ Vec<Box<[T; N]>>
) -> #1