Skip to content

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

License

Notifications You must be signed in to change notification settings

quasilyte/gslices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages