Skip to content

isabella232/mir-core

 
 

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • D 98.8%
  • Other 1.2%