ok

Wraps a value into a Result.

ref @trusted @nogc nothrow
ok
(
T
)
(
auto ref T value
)

Parameters

value T

The value to wrap

Return Value

Type: Result!T

The value wrapped into a Result

Meta