gitlab.com/evatix-go/core@v1.3.55/coremath/vars.go (about) 1 package coremath 2 3 var ( 4 IsRangeWithin = isRangeWithin{} 5 IsOutOfRange = isOutOfRange{} 6 )