Sequence

Undocumented in source.
nothrow @safe
struct Sequence (
T
) {}

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Variables

handle
JsHandle handle;
Undocumented in source.

Meta