gitlab.com/evatix-go/core@v1.3.55/coreindexes/IsWithinIndexRange.go (about)

     1  package coreindexes
     2  
     3  func IsWithinIndexRange(index, length int) bool {
     4  	return length-1 >= index
     5  }