Versions in this module Expand all Collapse all v0 v0.0.1 Nov 5, 2023 Changes in this version + type Namespace struct + func New(loc *time.Location, caseInsensitive bool) *Namespace + func (*Namespace) Default(defaultv any, givenv ...any) (any, error) + func (n *Namespace) Conditional(cond bool, v1, v2 any) any + func (n *Namespace) Eq(first any, others ...any) bool + func (n *Namespace) Ge(first any, others ...any) bool + func (n *Namespace) Gt(first any, others ...any) bool + func (n *Namespace) Le(first any, others ...any) bool + func (n *Namespace) Lt(first any, others ...any) bool + func (n *Namespace) LtCollate(collator *langs.Collator, first any, others ...any) bool + func (n *Namespace) Ne(first any, others ...any) bool