gslices

This is my own slices package for go, because I don't like the stdlib API

MIT License

Stars
4

gslices

Overview

This is my own slices package for Go, because I don't like the stdlib API.

Please consider using the stdlib package or make your own wrapper instead of using this package.

The g prefix implies a strong connection with my other game development packages, like gsignal. It's not a coincidence, I'm using this library for game development which implies that I'm willing to prioritize its needs over anything else. But unlike other g-packages, there is a standard library alternative. Therefore, I can't recommend using it to anyone apart from myself.

Installation

go get github.com/quasilyte/gslices