Option.get
T get(ref bool 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 bool 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.