-
Notifications
You must be signed in to change notification settings - Fork 0
Functions
Mel Florance edited this page Sep 11, 2020
·
2 revisions
Name | Parameters | Description |
---|---|---|
str | Object | Return the input converted to string, null otherwise |
bool | Object | Return the input converted to bool, null otherwise |
int | Object | Return the input converted to int, null otherwise |
float | Object | Return the input converted to float, null otherwise |
Name | Parameters | Description |
---|---|---|
keys | Array, Map | Return the keys of an array or a map. |
values | Array, Map | Return the values of an array or a map. |