SmallTable.extend

Undocumented in source. Be warned that the author may not have intended to support it.
  1. SmallTable extend(K[] ks)
    struct SmallTable(K, V, ushort capacity_)
    ref
    static if(!(!is(V == void)))
    extend
    (
    K[] ks
    )
  2. SmallTable extend(R ks)

Meta