ListImpl

Undocumented in source.

Constructors

this
this(T[] value)
Undocumented in source.

Members

Functions

decode
void decode(Stream stream)
Undocumented in source.
encode
void encode(Stream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
E opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
E opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSON
JSONValue toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

childType
ubyte childType [@property getter]
Undocumented in source.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tags
Tag[] tags [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IList

childType
ubyte childType [@property getter]
Undocumented in source.
tags
Tag[] tags [@property getter]
Undocumented in source.
length
size_t length [@property getter]
Undocumented in source.

Meta