typedef | Precisamento

typedef

Home
functions
constants
json
examples

Allows a type to be referred to by another name.

Syntax

1
typedef(type_name, nickname)
Argument Type Description
type_name string The type to nickname.
nickname string The nickname of the type.

Returns: Bool

Description

This function will allow a type to be referred to by another name, i.e. a nickname.