ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
SliceType
ae
utils
xmlparser
The type of a slice (using ptrSlice) of an input range used in XmlParser
deprecated
template
SliceType (
INPUT
) {
alias
SliceType
=
typeof
(
ptrSlice
(
T
.
init
.
ptr
,
T
.
init
.
ptr
))
;
}
Members
Aliases
SliceType
deprecated
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