Goldie Homepage
|
API Reference
Conventions:
string |
An alias for char[]. |
property |
D1-style "property" implemented with functions. |
readonly property |
D1-style "property", but without a public setter. |
default |
This is used in the documentation of enums to indicate which value is
the default for functions that take the enum as an optional parameter.
|
|