|
You are here |
www.integralist.co.uk | ||
| | | | |
zig.guide
|
|
| | | | | Slices can be thought of many-item pointers ([*]T) with a length (usize). | |
| | | | |
www.alexedwards.net
|
|
| | | | | ||
| | | | |
golangbot.com
|
|
| | | | | Arrays are collection of elements of the same type. A slice in Go is a convenient wrapper on top of array. | |
| | | | |
www.ryanliptak.com
|
|
| | | An introduction to a recent addition to Zig's standard library that allows for checking that any allocation failures are handled without introducing memory leaks, etc. | ||