List.findIndex
nint findIndex(in T item, delegate bool(in T left, in T right) equals, nuint startAt = 0, nuint count = ^0)Returns the first matching index, or -1 when no match is found.
Parameters
in T
item
delegate bool(in T left, in T right)
equals
nuint
startAt = 0
nuint
count = ^0
Generated with campc v0.4.0-preview.1+d50446ef951a6ed675f7086cf093dbc993f0041b.