JSArray

Undocumented in source.

Constructors

this
this(size_t n)
Undocumented in source.
this
this(awebview.wrapper.cpp.JSArray cppInst)
Undocumented in source.
this
this(awebview.wrapper.jsvalue.JSValue[] arr)
Undocumented in source.
this
this(E[] arr)
Undocumented in source.

Members

Aliases

PayloadType
alias PayloadType(This) = typeof(this.init.payload)
Undocumented in source.
opDollar
alias opDollar = length
Undocumented in source.

Functions

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
inout(CppObj) cppObj()
Undocumented in source. Be warned that the author may not have intended to support it.
dup
JSArray dup()
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(JSValue item, size_t idx)
Undocumented in source.
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
auto ref opIndex(size_t idx)
Undocumented in source.
opIndex
auto ref opIndex(size_t idx)
Undocumented in source.
opOpAssign
void opOpAssign(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(JSValue item)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAt
void removeAt(size_t idx)
Undocumented in source.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

payload
JSArrayCpp payload [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
payload
inout(JSArrayCpp) payload [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta