Declaration
func LastIndexOf(target List<object>, value object) int
go
Get the index of the last occurrence of an element in the list. If there is no target element in the list, return -1
func LastIndexOf(target List<object>, value object) int
go