Result.get

Gets the value stored within the Result.

struct Result(T)
@nogc @trusted nothrow
T
get
()

Return Value

Type: T

The value stored within the Result, otherwise the application will crash with a fatal error.

Meta