JSValue.get

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T get(T defVal)
  2. T get(T defVal)
  3. T get(T defVal)
  4. T get(T defVal)
  5. T get(T defVal)
  6. WeakRef!JSObject get(WeakRef!JSObject defVal)
  7. WeakRef!(const(JSObject)) get(WeakRef!(const(JSObject)) defVal)
  8. T get(T defVal)
  9. WeakRef!(ApplySameTopQualifier!(This, JSArrayCpp)) get(WeakRef!(ApplySameTopQualifier!(This, JSArrayCpp)) defVal)
    struct JSValue
    inout nothrow @nogc
    WeakRef!(ApplySameTopQualifier!(This, JSArrayCpp))
    get
    (
    this This
    )
    (
    WeakRef!(ApplySameTopQualifier!(This, JSArrayCpp)) defVal = WeakRef!(ApplySameTopQualifier!(This, JSArrayCpp)).init
    )

Meta