std.convert Package
Function Description
The convert package provides a series of Convert functions for converting strings to specific types.
For example, the string "true" is converted to the Boolean type true
.
API List
Interface
Name | Description |
---|---|
Parsable<T> | Parses a string into a specific type. |