Versions in this module Expand all Collapse all v0 v0.3.1 Jul 16, 2026 Changes in this version + type And []interface + type Ensure struct + Value interface{} + type Not struct + Value interface{} + type Or []interface + type Range struct + Max int + Min int + Value interface{} + func Min(min int, i interface{}) Range + func MinMax(min, max int, i interface{}) Range + func MinOne(i interface{}) Range + func MinZero(i interface{}) Range + func Optional(i interface{}) Range + func Repeat(c int, i interface{}) Range + type XOr []interface