BaseType

Evaluates to the original type with which a Wrapper Struct was initialised

If T is not a struct, T itself is returned

Members

Aliases

BaseType
alias BaseType = BaseType!(typeof(T.value))
Undocumented in source.
BaseType
alias BaseType = T
Undocumented in source.

Parameters

T

struct or type to find the basetype for

Meta