FirstName.opCall

Function to map an abitrary integer to a string for easier distinction

class FirstName
static
opCall
(
T
)
()

Parameters

T

integer type, should be Fnv1a compatible

value T

an integer value to map

Return Value

Type: istring

a string matching the hash of the given number

Meta