findLastIndex
nint findLastIndex<T: any>(const T[] this, in T item, delegate bool(in T left, in T right) equals, sizeof(T))Finds the last matching item in an array.
Returns
The zero-based index of the last match, or -1 when no match exists.
Parameters
const
this
in T
item
The item to find.
delegate bool(in T left, in T right)
equals
Returns true when an array item matches item.
nuint
sizeof(T)
Generated with campc 0.12.0-preview.1.