Final.Final

Undocumented in source.

Constructors

this
this(T other)
this(Args args)

Construction is forwarded to the underlying type.

Alias This

final_get

Ditto

Members

Functions

final_get
inout(T) final_get()

Final!T implicitly converts to an rvalue of type T through AliasThis.

opAssign
void opAssign(Other other)
opOpAssign
void opOpAssign(Other other)
opUnary
void opUnary()

All operators, including member access, are forwarded to the underlying value of type T except for these mutating operators, which are disabled.

opUnary
auto ref opUnary()

Final!T implicitly converts to an rvalue of type T through AliasThis.

Suggestion Box / Bug Report