Document.opBinaryRight

Find the element with key @return the element with the key, if on element with this key has been found an empty element is returned

  1. const(Element) opBinaryRight(string key)
    struct Document
    const
    const(Element)
    opBinaryRight
    (
    string op
    )
    (
    in string key
    )
    if (
    op == "in"
    )
  2. const(Element) opBinaryRight(Index key)

Meta