go/src/internal/bytealg/lastindexbyte_generic.go

func LastIndexByte(s []byte, c byte) int {}

func LastIndexByteString(s string, c byte) int {}