SliceType

The type of a slice (using ptrSlice) of an input range used in XmlParser

deprecated
template SliceType (
INPUT
) {}

Members

Aliases

SliceType
deprecated alias SliceType = typeof(ptrSlice(T.init.ptr, T.init.ptr))
Undocumented in source.

Meta