pod util
Utilities
Classes
| AbstractMain |
AbstractMain provides conveniences for writing the main routine of an app. |
| BoolArray |
Optimized fixed size array of booleans packed into words of 32-bits. |
| CsvInStream |
CsvInStream is used to read delimiter-separated values as specified by RFC 4180. |
| CsvOutStream |
CsvOutStream is used to write delimiter-separated values as specified by RFC 4180. |
| FileLogger |
FileLogger appends Str log entries to a file. |
| FloatArray |
Optimized fixed size array of 4 or 8 byte unboxed floats. |
| IntArray |
Optimized fixed size array of 1, 2, 4, or 8 byte unboxed integers. |
| JsonInStream |
JsonInStream reads objects from Javascript Object Notation (JSON). |
| JsonOutStream |
JsonOutStream writes objects in Javascript Object Notation (JSON). |
| PathEnv |
PathEnv is a simple implementation of a Fantom environment which uses a search path to resolve files. |
| Random |
Random provides different implementation of random number generators with more flexibility than the methods available in sys. |
Facets
| Arg |
Facet for annotating an |
| Opt |
Facet for annotating an |