Base software building blocks: Algebraic types (aka sumtype/tagged union/variant), universal reflection API, basic math, and more.
- generic code only
- no runtime dependency : betterC compatible when compiled with LDC in release mode. Exceptions:
@nogc
mir.exception
. - no complex algorithms