SmallTable.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(K, ref V) dg)
    struct SmallTable(K, V, ushort capacity_)
    static if(!is(V == void))
    int
    opApply
    (
    scope int delegate
    (
    K
    ,
    ref V
    )
    dg
    )
  2. int opApply(int delegate(K, ref const V) dg)
  3. int opApply(int delegate(K k) dg)

Meta