https://github.com/libmir/mir-core
Base software building blocks: Algebraic types (aka sumtype/tagged union/variant), universal reflection API, basic math, and more.
https://github.com/libmir/mir-core
algebraic-data-types mir tagged-unions
Last synced: 4 months ago
JSON representation
Base software building blocks: Algebraic types (aka sumtype/tagged union/variant), universal reflection API, basic math, and more.
- Host: GitHub
- URL: https://github.com/libmir/mir-core
- Owner: libmir
- License: other
- Created: 2018-10-06T09:24:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-12T18:47:12.000Z (12 months ago)
- Last Synced: 2025-06-22T15:51:44.963Z (11 months ago)
- Topics: algebraic-data-types, mir, tagged-unions
- Language: D
- Homepage: http://mir-core.libmir.org
- Size: 577 KB
- Stars: 34
- Watchers: 12
- Forks: 19
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/libmir/mir-core)
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