Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 464 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 464 Bytes

Build Status

Mir Core

Base software building blocks: Algebraic types (aka sumtype/tagged union/variant), universal reflection API, basic math, and more.

Code Constraints

  1. generic code only
  2. no runtime dependency : betterC compatible when compiled with LDC in release mode. Exceptions: @nogc mir.exception.
  3. no complex algorithms