Result.getOr
T getOr() @trusted nothrow @nogcReturns the value. Returns a default value when there is none.
T getOr(T other) @trusted nothrow @nogcReturns the value. Returns a default value when there is none.
T getOr() @trusted nothrow @nogcReturns the value. Returns a default value when there is none.
T getOr(T other) @trusted nothrow @nogcReturns the value. Returns a default value when there is none.