std

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package std provides standard type definitions and helper for typact.

NOTE: I wasn't able to come up with a better name for this package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cloner

type Cloner[T any] interface {
	// Clone returns a deep copy of T.
	Clone() T
}

Cloner implements the Clone method, which allows one to deeply clone T.

Directories

Path Synopsis
exp
Package exp holds experimental packages.
Package exp holds experimental packages.
cmpop
Package cmpop provides types and functions to easy compare operations.
Package cmpop provides types and functions to easy compare operations.
immutable
Package immutable provides immutable collection types.
Package immutable provides immutable collection types.
iterops
Package iterops provides types and functions to ease working with iterators and iterating in general.
Package iterops provides types and functions to ease working with iterators and iterating in general.
pred
Package pred provides helper functions which are often used to validate/ filter input.
Package pred provides helper functions which are often used to validate/ filter input.
xslices
Package xslices is the addition/ extension to the official slices package.
Package xslices is the addition/ extension to the official slices package.
xtypact
Package xtypact is the EXPERIMENTAL package of typact.
Package xtypact is the EXPERIMENTAL package of typact.
Package option provides helper functions to work with the typact.Option type.
Package option provides helper functions to work with the typact.Option type.
Package randx provides random helper.
Package randx provides random helper.
Package xhash provides generic hashing support for all types in Go.
Package xhash provides generic hashing support for all types in Go.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳