Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
IData[] | IData[] value() | ||||
void | void set(Json newValue) | ||||
bool | bool hasKey(string checkKey) | ||||
bool | bool isEqual(IData[] checkValue) | ||||
void | void set(string newValue) | ||||
Json | Json toJson() | ||||
void | void opCall(IData[] newValue) | ||||
bool | bool initialize(Json[string] initData = null) | ||||
void | void opOpAssign(string op : "~")(IData value) | ||||
DArrayData | DArrayData add(IData[] items...) | ||||
void | void set(IData[] newValues) | ||||
IData | IData clone() | ||||
size_t | size_t length() | ||||
void | void clear() | ||||
IData[] | IData[] opCall() | ||||
this(IData[] | this(IData[] items) | ||||
string | string toString() | ||||
DArrayData | DArrayData add(IData[] items) |