perfect-hash ~master (2022-05-11T11:35:30.646069)
Dub
Repo
PerfectHashFunction
perfecthash
generator
Undocumented in source.
struct
PerfectHashFunction {
const
(
size_t
)[]
G
;
HashFunction
[
2
]
hashFunction
;
this
(const(size_t)[] G, HashFunction[2] hashFunction);
size_t
opCall
(string key);
}
Constructors
this
this
(const(size_t)[] G, HashFunction[2] hashFunction)
Undocumented in source.
Members
Functions
opCall
size_t
opCall
(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
G
const
(
size_t
)[]
G
;
Undocumented in source.
hashFunction
HashFunction
[
2
]
hashFunction
;
Undocumented in source.
Meta
Source
See Implementation
perfecthash
generator
aliases
KeyValue
functions
assignVertexValuesOnlyWhenACyclic
assumeNoThrow
calcEdges
createPerfectHashFunction
extractG
outgoing
randomIdentifier
recreateEdgesAndVertices
toDModule
structs
Edge
HashFunction
PerfectHashFunction
ToCheck
Vertex