RvalueRef

mixin template RvalueRef () {}

Members

Aliases

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

Functions

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

See Also

https://p0nce.github.io/d-idioms/#Rvalue-references:-Understanding-auto-ref-and-then-not-using-it

Meta