Ref.this

Constructs a Ref that holds a reference to the provided variable.

struct Ref(T)
@trusted
this
(
ref T value
)
if (
!isRef!T
)