stdlib

module
v0.0.0-...-a40f875 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2025 License: MIT

README

stdlib

The stdlib packages contain general-purpose functionality and standard library extensions, using generics introduced in go 1.18.

Packages:

  • lang: fundamental concepts, such as iterators and associated operations.

  • container: basic datastructures, notably red-green search tree.

  • util: various utilities. As a convention, extensions to a standard library package lib are in util/libx.

Directories

Path Synopsis
pkg
container/redgreen
Package redgreen contains a generic implementation of a red-green binary search tree.
Package redgreen contains a generic implementation of a red-green binary search tree.
lang
Package lang provides extensions and utilities to builtin language features.
Package lang provides extensions and utilities to builtin language features.
util/chanx
Package chanx contains generic channel utilities.
Package chanx contains generic channel utilities.
util/mathx
Package mathx provides extensions and utilities to the math package.
Package mathx provides extensions and utilities to the math package.
util/slicex
Package slicex extends "golang.org/x/exp/slices".
Package slicex extends "golang.org/x/exp/slices".
util/sortx
Package sortx provides extensions and utilities to the sort package.
Package sortx provides extensions and utilities to the sort package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL