Provides functionality for manipulating types or gathering information about types and other language elements.
Supplemental to std.traits and __traits;
Given any type T, turn it into a pointer such that [asPointer!T] == [T*].
See Source File
Tony J. Hudgins
Copyright © 2019, Tony J. Hudgins
MIT
Provides functionality for manipulating types or gathering information about types and other language elements.
Supplemental to std.traits and __traits;