- capacity
uint capacity()
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.
- cppObj
CppObj cppObj()
Undocumented in source. Be warned that the author may not have intended to support it.
- cppObj
inout(CppObj) cppObj()
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
void insert(awebview.wrapper.jsvalue.JSValue item, uint idx)
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.
- opApply
int opApply(int delegate(ref size_t, ref awebview.wrapper.jsvalue.JSValue) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref size_t, ref const(awebview.wrapper.jsvalue.JSValue)) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref awebview.wrapper.jsvalue.JSValue) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref const(awebview.wrapper.jsvalue.JSValue)) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
awebview.wrapper.jsvalue.JSValue opIndex(size_t idx)
Undocumented in source.
- opIndex
const(awebview.wrapper.jsvalue.JSValue) opIndex(size_t idx)
Undocumented in source.
- opOpAssign
void opOpAssign(awebview.wrapper.jsvalue.JSValue item)
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.
- pushBack
void pushBack(awebview.wrapper.jsvalue.JSValue item)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeAt
void removeAt(uint idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.