rvalueOf

fnT rvalueOf(T)(inout __InoutWorkaroundStruct = __InoutWorkaroundStruct.init) @property

Creates an lvalue or rvalue of type T for typeof(...) and

spec/traits purposes. No actual value is returned.

Parameters

TThe type to transform

Note

Trying to use returned value will result in a

"Symbol Undefined" error at link time.