- appendItem
string appendItem(string newItem)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- getItem
string getItem(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
- initialize
string initialize(string newItem)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertItemBefore
string insertItemBefore(string newItem, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
uint length()
Undocumented in source. Be warned that the author may not have intended to support it.
- numberOfItems
uint numberOfItems()
Undocumented in source. Be warned that the author may not have intended to support it.
- opDispatch
string opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
string opIndex(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeItem
string removeItem(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
- replaceItem
string replaceItem(string newItem, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.