grantseltzer/weaver

Add slice/array support

grantseltzer opened this issue · 2 comments

Add slice/array support

Arrays are just consecutive data types in memory.

On slices:

https://blog.golang.org/go-slices-usage-and-internals

Completed arrays, need to add slices