The OpenD Programming Language

Ref.this

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

Meta