phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
findLastSkip
nxt
algorithm
searching
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
algorithm
searching
aliases
indexOfAny
functions
all
any
canFind
chomp
chompPrefix
count
countAmong
endsWith
endsWithAmong
findLastSkip
findLastSplit
findLastSplitAfter
findSkip
findSplit
findSplitAfter
findSplitBefore
indexOf
indexOfAmong
lastIndexOf
main
skipOver
skipOverAround
skipOverBack
startsWith
startsWithAmong
strip
stripLeft
stripRight
templates
findSplitAmong
Array-specialization of findSkip with default predicate that finds the last skip.