HashMap Module
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
arrayToHmap getFastEq getSHA arr
Parameters:
'T -> string
getSHA : 'T -> int -> int
arr : 'T array
Returns: HMap<'T>
|
|
Full Usage:
charCode0
Returns: int
|
|
Full Usage:
charCodeF
Returns: int
|
|
|
|
Full Usage:
getFastHItem (x, arg2, arg3)
Parameters:
'a
arg1 : 'b
arg2 : 'c
Returns: 'a
|
|
Full Usage:
getFastHash sha
Parameters:
string
Returns: int[]
|
|
Full Usage:
getFastSHA (sha, x, arg3) n
Parameters:
string
x : int array
arg2 : 'a
n : int
Returns: int
|
|
Full Usage:
getHashDigit n h
Parameters:
int
h : string
Returns: int
Modifiers: inline |
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
hMapTryFind getFastEq getSHA item hm
Parameters:
'T -> string
getSHA : 'T -> int -> int
item : 'T
hm : HMap<'T>
Returns: 'T option
|
|
Full Usage:
initHArray ()
Parameters:
unit
Returns: HMap<'a>[]
Modifiers: inline Type parameters: 'a |
|