asPointer

Given any type T, turn it into a pointer such that [asPointer!T] == [T*].

alias asPointer(T) = T*

Meta

Authors

Tony J. Hudgins