SmallTable.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(V)* opBinaryRight(K k)
    struct SmallTable(K, V, ushort capacity_)
    inout
    static if(!is(V == void))
    inout(V)*
    opBinaryRight
    (
    string op : "in"
    )
    (
    K k
    )
  2. bool opBinaryRight(K k)

Meta