Document.opIndex

  1. const(Element) opIndex(string key)
    struct Document
    const pure
    const(Element)
    opIndex
    (
    in string key
    )
  2. const(Element) opIndex(Index index)

Return Value

Type: const(Element)

The element with the key

Throws

If the element with the key is not found then and HiBONException is thrown