Alias RefOrT

Adds the Ref wrapper to T, if T is a Reference type

alias RefOrT(T) = Ref!T;