Pinned Loading
-
-
-
Swift Result extensions
Swift Result extensions 1extension Result {
2func isSuccess() -> Bool {
3switch self {
4case .success(_): return true
5case .failure(_): return false
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.