JSArrayCpp

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.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

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
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.

Properties

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

Static functions

weakRef
auto weakRef(HandleJSArray ws)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta