Tag.MemberRange

Undocumented in source.

Constructors

this
this(Tag tag, string namespace, bool isMaybe)
Undocumented in source.

Members

Aliases

ThisNamedMemberRange
alias ThisNamedMemberRange = NamedMemberRange!(T, membersGrouped)
Undocumented in source.
opDollar
alias opDollar = length
Undocumented in source.

Functions

opBinaryRight
bool opBinaryRight(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
ThisNamedMemberRange opIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
typeof(this) opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
typeof(this) opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

back
T back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
T front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
typeof(this) save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta