A collection of assorted Delphi / FreePascal units.
| Unit | Description |
|---|---|
| InvSys | Basic constants and routines |
| Arrays | Array manipulation |
| Sorting | General-purpose and predefined sorting procedures |
| ExtraMath | Various mathematical routines |
| SpecFuncs | Special mathematical functions |
| StringUtils | String manipulation |
| Statistics | Various statistical quantities |
| RandVars | Random variable generation |
| BitMath | Bit-level arithmetic functions |
| Formatting | Implementation of original string formatting syntax |
| HashFunctions | Hash functions for 8-bit strings |
| HashTables | Hash table with separate chaining |
| IniConfigs | Operations with INI-style config files |
| Lexer | Universal lexical analysis |