Versions in this module Expand all Collapse all v0 v0.0.260421 Apr 21, 2026 Changes in this version + func False(t T, actual bool) + func True(t T, actual bool) + type Mappy struct + func Map[K comparable, V any](t T, actual map[K]V) *Mappy[K, V] + func (m *Mappy[K, V]) EqualTo(expected map[K]V) + func (m *Mappy[K, V]) IsEmpty() + func (m *Mappy[K, V]) WithKeys(keys ...K) + func (m *Mappy[K, V]) WithValues(values ...V) + func (m *Mappy[K, V]) WithoutKeys(keys ...K) + type Num struct + func Number[N Numeric](t T, actual N) *Num[N] + func (n *Num[N]) EqualTo(expected N) + func (n *Num[N]) GreaterOrEqual(expected N) + func (n *Num[N]) GreaterThan(expected N) + func (n *Num[N]) IsZero() + func (n *Num[N]) LessOrEqual(expected N) + func (n *Num[N]) LessThan(expected N) + func (n *Num[N]) NotEqualTo(expected N) + func (n *Num[N]) Within(expected N, error float64) + type Numeric interface + type St struct + func Struct[S any](t T, actual S) *St[S] + func (s St[S]) EqualTo(expected S) + type Str struct + func String[S Stringy](t T, actual S) *Str[S] + func (s *Str[S]) Contains(needle S) + func (s *Str[S]) EqualTo(expected S) + func (s *Str[S]) HasPrefix(prefix S) + func (s *Str[S]) HasSuffix(suffix S) + func (s *Str[S]) IsEmpty() + func (s *Str[S]) IsNotEmpty() + type Stringy interface + type T interface + Errorf func(format string, args ...any) + Helper func()