dartKey

Calculates the dartIndex of a #key

@safe pure
dartKey
(
T
)
(
const(HashNet) net
,
const(char[]) name
,
T val
)

Parameters

net const(HashNet)

hash method

name const(char[])

string of hash name ('#' is inserted in front of name if it's missing)

val T

Value of the key to be found

Return Value

Type: DARTIndex