createPerfectHashFunction

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto createPerfectHashFunction(string[] keys, Random rnd, ulong maxHnsecs)
  2. auto createPerfectHashFunction(Range keys, Random rnd, ulong maxHnsecs, size_t startN)
    @safe nothrow
    createPerfectHashFunction
    (
    Range
    Random
    )
    (
    Range keys
    ,
    Random rnd
    ,
    ulong maxHnsecs = 1_000_000
    ,
    size_t startN = size_t.max
    )
    if (
    is(ElementType!Range == KeyValue)
    )

Meta