nu_release

Calls the release function of reference counted type T.

@nogc @trusted
T
nu_release
(
T
)
(
auto ref T value
)

Parameters

value T

The value to reduce the reference count of.

Return Value

Type: T

If possible, the new state of value.

Meta