util
Pod fandoc chapter
AbstractMain provides conveniences for writing the main routine of an app
Facet for annotating an AbstractMain argument field
Optimized fixed size array of booleans packed into words of 32-bits
Console provides utilities to interact with the terminal console
CsvInStream is used to read delimiter-separated values as specified by RFC 4180
CsvOutStream is used to write delimiter-separated values as specified by RFC 4180
FileLoc is a location within a text file or source string
Exception with a file location
FileLogger appends Str log entries to a file
Optimized fixed size array of 4 or 8 byte unboxed floats
Optimized fixed size array of 1, 2, 4, or 8 byte unboxed integers
JsonInStream reads objects from Javascript Object Notation (JSON)
JsonOutStream writes objects in Javascript Object Notation (JSON)
LockFile is used to acquire an exclusive lock to prevent two different processes from using same files
Macro provides a way to replace macro expressions within a pattern using a pluggable implementation for the macro resolution
Facet for annotating an AbstractMain option field
PathEnv is a simple implementation of a Fantom environment which uses a search path to resolve files
Random provides different implementation of random number generators with more flexibility than the methods available in sys
SyntheticFile provides default no-op implementation of File API
TestRunner executes Test classes and reports success/failure