Document.opIndex

@return the element with the key @throw if the element with the key is not found then and HiBONException is thrown

  1. const(Element) opIndex(string key)
    struct Document
    @trusted @nogc const
    const(Element)
    opIndex
    (
    in string key
    )
  2. const(Element) opIndex(Index index)