- Toulouse, France
- @jegnux
Pinned Loading
-
RxSwiftCommunity/RxGesture
RxSwiftCommunity/RxGesture PublicRxSwift reactive wrapper for view gestures
-
BackedCodable
BackedCodable PublicPowerful property wrapper to back codable properties.
-
-
Result+Catch.swift
Result+Catch.swift 1extension Result {
2public func `catch`(_ handler: () throws -> Success) -> Result<Success, Error> {
3flatMapError { _ in
4.init { try handler() }
5}
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.