Directories ¶
Path | Synopsis |
---|---|
Package chans contains functions for manipulating channels.
|
Package chans contains functions for manipulating channels. |
container
|
|
deque
Package deque contains a double-ended queue.
|
Package deque contains a double-ended queue. |
tree
Package tree contains an implementation of a B-tree Map and Set.
|
Package tree contains an implementation of a B-tree Map and Set. |
xheap
Package xheap contains extensions to the standard library package container/heap.
|
Package xheap contains extensions to the standard library package container/heap. |
xlist
Package xlist contains extensions to the standard library package container/list.
|
Package xlist contains extensions to the standard library package container/list. |
internal
|
|
orderedhashmap
package orderedhashmap contains a simple and very inefficient ordered map using the map builtin for comparing against other ordered containers in tests.
|
package orderedhashmap contains a simple and very inefficient ordered map using the map builtin for comparing against other ordered containers in tests. |
Package iterator allows iterating over sequences of values, for example the contents of a container.
|
Package iterator allows iterating over sequences of values, for example the contents of a container. |
Package parallel provides primitives for running tasks in parallel.
|
Package parallel provides primitives for running tasks in parallel. |
Package stream allows iterating over sequences of values where iteration may fail, for example when it involves I/O.
|
Package stream allows iterating over sequences of values where iteration may fail, for example when it involves I/O. |
Package xerrors contains extensions to the standard library package errors.
|
Package xerrors contains extensions to the standard library package errors. |
Package xmaps contains utilities for working with maps.
|
Package xmaps contains utilities for working with maps. |
Package xmath contains extensions to the standard library package math.
|
Package xmath contains extensions to the standard library package math. |
xrand
Package xrand contains extensions to the standard library package math/rand.
|
Package xrand contains extensions to the standard library package math/rand. |
Package xslices contains utilities for working with slices of arbitrary types.
|
Package xslices contains utilities for working with slices of arbitrary types. |
Package xsort contains extensions to the standard library package sort.
|
Package xsort contains extensions to the standard library package sort. |
Package xsync contains extensions to the standard library package sync.
|
Package xsync contains extensions to the standard library package sync. |
Package xtime contains extensions to the standard library package time.
|
Package xtime contains extensions to the standard library package time. |
Click to show internal directories.
Click to hide internal directories.