phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
findLastSkip
nxt
array_algorithm
Array-specialization of
findSkip
with default predicate that finds the last skip.
auto
findLastSkip
(inout(T)[] haystack, T[] needle)
@
trusted
auto
findLastSkip
(
T
)
(
scope
ref
inout
(
T
)[]
haystack
,
scope
const
T
[]
needle
)
auto
findLastSkip
(inout(T)[] haystack, T needle)
bool
startsWith
(T[] haystack, T[] needle)
bool
startsWith
(T[] haystack, T needle)
Meta
Source
See Implementation
nxt
array_algorithm
functions
all
any
canFind
count
endsWith
endsWithEither
equal
findLastSkip
findLastSplit
findLastSplitAfter
findSkip
findSplit
findSplitAfter
findSplitBefore
indexOf
indexOfEither
lastIndexOf
main
skipOver
skipOverAround
skipOverBack
startsWith
strip
stripLeft
stripRight
Array-specialization of findSkip with default predicate that finds the last skip.