ae v0.0.2728 (2020-08-02T06:18:06Z)
Home
Dub
Repo
SliceType
ae
utils
xmlparser
The type of a slice (using ptrSlice) of an input range used in XmlParser
template
SliceType (
INPUT
) {
alias
SliceType
=
typeof
(
ptrSlice
(
T
.
init
.
ptr
,
T
.
init
.
ptr
))
;
}
Members
Aliases
SliceType
alias
SliceType
=
typeof
(
ptrSlice
(
T
.
init
.
ptr
,
T
.
init
.
ptr
))
Undocumented in source.
Meta
Source
See Implementation
ae
utils
xmlparser
aliases
xmlIsWhite
xmlIsWord
functions
genTable
xmlString
structs
XmlParser
XmlString
templates
SliceType
variables
xmlWhiteChars
xmlWordChars
The type of a slice (using ptrSlice) of an input range used in XmlParser