toValue - multiple declarations

Enum member toValue

enum toValue(T) = T();

Alias toValue

alias toValue(alias T) = T;