Giter Club home page Giter Club logo

collections-1's Introduction

Introduction

GoDoc

Collections 0.1 is a collection of utility types and functions for performing common operations on collections in Go.

One of the most frequent (and justified) complaints about Go is the relative lack of generic types and functions for working with collections, such as lists. This package attempts to alleviate some of the pain of that.

Collections currently supports:

  • Sorting (using sort.Sort through the Sorter wrapper type)
  • Zipping: taking two collections and merging them in order
  • Splitting: taking a collection and splitting it by some criteria
  • Shuffling: rearranging a collection in random order

Most interfaces are built from smaller, composable interface types like Bounded (which implements Len) and Swappable (which implements Swap). A strong focus is kept on compatibility with the Go standard library.

Installation

Just go get github.com/jnschaeffer/collections or clone the repository into your $GOPATH.

Documentation

All comments in Collections are godoc-friendly, so you can use godoc itself to view them. Run godoc like so:

godoc -http=:6060

While godoc is running you can point your browser to the package documentation:

http://localhost:6060/pkg/github.com/jnschaeffer/collections

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.