Tetsuharu Ohzeki
Tetsuharu Ohzeki
Fix https://github.com/option-t/option-t/issues/2371 By this change, these APIs are added to there: - `option-t/plain_result` - `isErrAndForResult` - `isErrAndWithEnsureTypeForResult` - `isOkAndForResult` - `isOkAndWithEnsureTypeForResult` - `option-t/plain_result/namespace` - `Result.isErrAnd` - `Result.isErrAndWithEnsureType` - `Result.isOkAnd` -...