tpgtools/misc_utils.go (
4
lines of code) (
raw
):
package main func isLastIndex(array []string, index int) bool { return len(array)-1 == index }