numem ~master (2025-12-14T08:31:01.1033613)
Dub
Repo
forward.fwd
numem
core
lifetime
forward
Undocumented in source.
template
forward
(args...)
template
fwd (
alias
arg
) {
alias
fwd
=
arg
;
static if
(!(
__traits(isRef, arg) || __traits(isOut, arg) || __traits(isLazy, arg) || !is(typeof(__move(arg)))
))
auto
fwd
[@property getter];
}
Members
Aliases
fwd
alias
fwd
=
arg
Undocumented in source.
Properties
fwd
auto
fwd
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
numem
core
lifetime
forward
aliases
Result
forward
templates
fwd