Table of Contents






Ident

An Identifier is like a String but only allows small letters, underscore and numbers. The first character needs to be a small letter. When creating an ident from a String, it automatically transforms the String to a fitting ident.

Description

Returns a new Ident.

Parameters
parameter data type description
0 String A ident as String formated
Returns
data type description
Ident A Ident object
Description

Returns a new Ident.

Parameters
parameter data type description
0 String | Ident A ident as String formated
Returns
data type description
Result<Ident> A Ident object
Description

Returns a String whith the ident value.

Returns
data type description
String A String object