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

     1  package coreindexes
     2  
     3  func LastIndex(length int) int {
     4  	return length - 1
     5  }