Documentation ¶ Index ¶ func Always[T any](T) bool func IsBlank[T constraints.String](t T) bool func Never[T any](T) bool func Nil[T any](t *T) bool func NonNil[T any](t *T) bool func NonZero[A constraints.Integer](a A) bool func Not[T any](p funcs.Predicate[T]) funcs.Predicate[T] Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Always ¶ func Always[T any](T) bool func IsBlank ¶ added in v0.0.56 func IsBlank[T constraints.String](t T) bool func Never ¶ func Never[T any](T) bool func Nil ¶ added in v0.0.62 func Nil[T any](t *T) bool func NonNil ¶ added in v0.0.62 func NonNil[T any](t *T) bool func NonZero ¶ func NonZero[A constraints.Integer](a A) bool func Not ¶ added in v0.0.55 func Not[T any](p funcs.Predicate[T]) funcs.Predicate[T] Types ¶ This section is empty. Source Files ¶ View all Source files any.go int.go ptr.go string.go Click to show internal directories. Click to hide internal directories.