Template metaprogramming.
This package contains utilities to acquire type information at compile-time, to transform from one type to another. It has also different algorithms for iterating, searching and modifying template arguments.
This module is suited for computations on template arguments, both types and values at compile time.
Type traits.
Type transformations.
See Source File tanya/meta/package.d
Mozilla Public License.
Eugene Wissner 2017-2020.
Eugene Wissner
Template metaprogramming.
This package contains utilities to acquire type information at compile-time, to transform from one type to another. It has also different algorithms for iterating, searching and modifying template arguments.