Standard Library Introduction
The MiniD standard library is meant to be a set of functionality that will be useful to most or all programs written in MiniD. Some of the standard library is essential for using some of MiniD's features. The base library (and its sub-modules, the modules library and the thread library) is guaranteed to always exist and provides access to some features of the language that would not be otherwise accessible. In addition, arrays, tables, and namespaces have opApply defined for them by their respective libraries (the array and hash libraries) so that you can use foreach loops on them.
