gitlab.com/evatix-go/core@v1.3.55/coremath/isOutOfRange.go (about)

     1  package coremath
     2  
     3  type isOutOfRange struct {
     4  	Integer   integerOutOfRange
     5  	Integer64 integer64OutOfRange
     6  }