Document.opBinaryRight

Find the element with key

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

Return Value

Type: const(Element)

Returns the element with the key If on element with this key has been found an empty element is returned

Meta