RvalueRef

Mixin for generating struct member byRef.

@safe
mixin template RvalueRef () {}

Members

Aliases

T
alias T = typeof(this)
Undocumented in source.

Functions

byRef
const(T) byRef()
Undocumented in source. Be warned that the author may not have intended to support it.

See Also

Meta