package xstd

import "gomo.prashantv.com/xstd"

Package xstd is a collection of packages that extend standard-library packages, such as the "slices" package, extended under "xslices".

The "x" prefix is used to avoid conflicting the standard-library package so both can be imported and used without import aliasing.

Index

Directories

xslices Package xslices contains functions that extend the functionality of slices.
xsync Package xsync contains functions that extend the functionality of sync.