Manipulation of Other Data Structures (5)
Fixed (2)¶
| Short Description | Function |
|---|---|
| Convert to bytes | fixed.toBytes |
| Convert from bytes | fixed.fromBytes |
Enum (3)¶
| Short Description | Function |
|---|---|
| String representation | enum.toString |
| Integer representation | enum.toInt |
| Number of symbols | enum.numSymbols |