Assertion function that throws if the provided Option is Some. This is useful for cases where you need to assert that an Option does not contain a value.
The Option to check
If the Option is Some
Assertion function that throws if the provided Option is Some. This is useful for cases where you need to assert that an Option does not contain a value.