gladed ~master (2018-11-17T17:05:29Z)
Dub
Repo
indexOfNone
xmltokenrange
Undocumented in source. Be warned that the author may not have intended to support it.
ptrdiff_t
indexOfNone
(const(Char)[] haystack, const(R2)[] needles, size_t startIdx, CaseSensitive cs)
ptrdiff_t
indexOfNone
(const(Char)[] haystack, const(R2)[] needles, CaseSensitive cs)
@
safe
pure
ptrdiff_t
indexOfNone
(
Char
R2
)
(
const
(
Char
)[]
haystack
,
const
(
R2
)[]
needles
,
CaseSensitive
cs
=
CaseSensitive.yes
)
if
(
isSomeChar
!
Char
&&
isSomeChar
!
R2
&&
is
(
typeof
(
binaryFun
!"a == b"(
haystack.front
,
needles.front
)))
)
Meta
Source
See Implementation
xmltokenrange
enums
XmlTokenKind
functions
eatAttri
eatKey
eatWhitespace
has
indexOfAny
indexOfNone
insert
stripLeftIdx
xmlTokenRange
structs
XmlToken
XmlTokenRange