HTMLSelectElement.add

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void add(SumType!(HTMLOptionElement, HTMLOptGroupElement) element, Optional!(T1) before)
    struct HTMLSelectElement
    nothrow
    void
    add
    (
    T1
    )
    (,
    scope auto ref Optional!(T1) before
    )
    if (
    isTOrPointer!(T1, SumType!(HTMLElement, int))
    )
  2. void add(SumType!(HTMLOptionElement, HTMLOptGroupElement) element)

Meta