The search functionality needs JavaScript enabled
Adds the Ref wrapper to T, if T is a Reference type
alias RefOrT(T) = Ref!T;