Documentation ¶ Index ¶ func Filter[T any](slice []T, predicate func(x T) bool) []T func MaxBigInt(a *big.Int, b *big.Int) *big.Int func MinBigInt(a *big.Int, b *big.Int) *big.Int func NonExhaustiveMatchPanic[T any](value any) T func Unmarshal[T any](raw json.RawMessage) (*T, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Filter ¶ added in v0.0.15 func Filter[T any](slice []T, predicate func(x T) bool) []T func MaxBigInt ¶ added in v0.0.11 func MaxBigInt(a *big.Int, b *big.Int) *big.Int func MinBigInt ¶ func MinBigInt(a *big.Int, b *big.Int) *big.Int func NonExhaustiveMatchPanic ¶ func NonExhaustiveMatchPanic[T any](value any) T func Unmarshal ¶ added in v0.0.16 func Unmarshal[T any](raw json.RawMessage) (*T, error) Types ¶ This section is empty. Source Files ¶ View all Source files utils.go Click to show internal directories. Click to hide internal directories.