Document.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(Element) opBinaryRight(string key)
  2. const(Element) opBinaryRight(Index key)
    struct Document
    const pure
    const(Element)
    opBinaryRight
    (
    string op
    Index
    )
    (
    const Index key
    )
    if (
    (op == "in") &&
    (isIntegral!Index)
    )

Meta