phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
chomp
nxt
algorithm
searching
Array-specialization of
std.string.chomp
with default predicate.
inout
(
T
)[]
chomp
(inout(T)[] haystack, T[] needle)
@
trusted
inout
(
T
)[]
chomp
(
T
)
(
scope
return
inout
(
T
)[]
haystack
,
in
T
[]
needle
)
inout
(
T
)[]
chomp
(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 std.string.chomp with default predicate.