Address Module
Address functions.
Functions and values
Function or value | Description |
|
|
|
|
Full Usage:
Address.assertAddressName name
Parameters:
string
|
|
Full Usage:
Address.assertIdentifierName name
Parameters:
string
|
Assert that an identifier name contains none of the invalid forms, specifically - [] is reserved as the empty address string / is reserved as the name separator * is reserved as the name wildcard ... is reserved as the address tail wildcard ^ is reserved as the parent symbol ~ is reserved as the current symbol
|
|
|
|
|
|
|
|
|
Full Usage:
Address.findIndex finder address
Parameters:
string -> bool
address : 'a Address
Returns: int
|
|
|
|
Full Usage:
Address.getName address
Parameters:
'a Address
Returns: string
Modifiers: inline Type parameters: 'a |
|
Full Usage:
Address.getNames address
Parameters:
'a Address
Returns: string array
Modifiers: inline Type parameters: 'a |
|
|
|
Full Usage:
Address.indexOf name address
Parameters:
string
address : 'a Address
Returns: int
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
Address.validateAddressName name
Parameters:
string
Returns: bool
|
|
Full Usage:
Address.validateIdentifierName name
Parameters:
string
Returns: bool
|
Check that an identifier name contains none of the invalid forms, specifically - [] is reserved as the empty address string / is reserved as the name separator * is reserved as the name wildcard ... is reserved as the address tail wildcard ^ is reserved as the parent symbol ~ is reserved as the current symbol
|