mirror ~master
Compile and run time reflection
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
mirror - compile and run time reflection for D
A unified API for compile and runtime reflection in D
D is known for its unparalled compile-time reflection, but the API to
do so is distributed among the built-in __traits
and the
std.traits
package in the standard library. There was no one single
place with a unified API for doing reflection in D. This package
solves that problem.
Furthermore, it attempts to, at the same time, extend the compile-time
reflection capabilities of D into the runtime realm and allow users
to write "regular" code with mixins and CTFE instead of template
metaprogramming. This is done by transforming types and symbols into
strings. See the tests and the mirror.ctfe
package for more.
- Registered by Atila Neves
- ~master released a year ago
- atilaneves/mirror
- boost
- Authors:
- Dependencies:
- none
- Versions:
-
0.3.3 2022-Nov-29 0.3.2 2022-Aug-29 0.3.1 2021-Sep-30 0.3.0 2020-Jul-24 0.2.1 2020-Jun-16 - Download Stats:
-
-
5 downloads today
-
84 downloads this week
-
356 downloads this month
-
200094 downloads total
-
- Score:
- 2.7
- Short URL:
- mirror.dub.pm