package
0.0.0-20220831181609-9c88ebf2c706
Repository: https://github.com/adamcolton/geom.git
Documentation: pkg.go.dev
# Functions
Empty returns a zero length buffer with at least capacity c.
ReduceCapacity sets the capacity to a lower value.
Slice returns a buffer with length c.
Split a buffer returns two buffers from one.
Zeros returns a buffer with length c with all values set to 0.