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)
    @safe nothrow
    createPerfectHashFunction
    (
    Random
    )
    (
    string[] keys
    ,
    Random rnd
    ,
    ulong maxHnsecs = 1_000_000
    )
  2. auto createPerfectHashFunction(Range keys, Random rnd, ulong maxHnsecs, size_t startN)

Meta