Result.get
T get(ref E trap)Returns the value and traps the isSome check to avoid an assert.
T get()Returns the value, or asserts if it does not exists.
T get(ref E trap)Returns the value and traps the isSome check to avoid an assert.
T get()Returns the value, or asserts if it does not exists.