spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
HTMLOptionsCollection.add
spasm
bindings
html
HTMLOptionsCollection
Undocumented in source. Be warned that the author may not have intended to support it.
void
add
(SumType!(HTMLOptionElement, HTMLOptGroupElement) element, Optional!(T1) before)
struct
HTMLOptionsCollection
nothrow
void
add
(
T1
)
(
scope
ref
SumType
!(
HTMLOptionElement
,
HTMLOptGroupElement
)
element
,
scope
auto
ref
Optional
!(
T1
)
before
)
if
(
isTOrPointer
!(
T1
,
SumType
!(
HTMLElement
,
int
))
)
void
add
(SumType!(HTMLOptionElement, HTMLOptGroupElement) element)
Meta
Source
See Implementation
spasm
bindings
html
HTMLOptionsCollection
constructors
this
functions
add
length
opDispatch
opIndexAssign
remove
selectedIndex
variables
_parent