ListOf

Array of signed integers, introduced in the last version of the NBT format. Used by anvil worlds.

The same cast rules also apply for this tag's values.

Constructors

this
this(E[] tags)
Undocumented in source.

Members

Aliases

Type
alias Type = T
Undocumented in source.

Functions

decode
void decode(Stream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
rename
Tag rename(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Static variables

tagType
ubyte tagType;
Undocumented in source.

Examples

auto signed = new IntArray([-1]);
assert(cast(uint[])signed == [uint.max]);

Meta