AccessibleNode.selected

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void selected(Optional!(T0) selected)
    struct AccessibleNode
    nothrow
    void
    selected
    (
    T0
    )
    (
    scope auto ref Optional!(T0) selected
    )
    if (
    isTOrPointer!(T0, bool)
    )
  2. Optional!(bool) selected()

Meta