Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

1 items on 17 Dec 2013
Go Rust

Three-Index Slices in Go 1.2

With the release of Go 1.2, slices gained the ability to specify the capacity when performing a slicing operation. This doesn’t mean we can use this index to extend the capacity of the underlying array. It means we can…

Source: Ardan Labs Blog