fusion icon indicating copy to clipboard operation
fusion copied to clipboard

Lightweight, property-wrapper based Dependency Injection for Swift

Results 2 fusion issues
Sort by recently updated
recently updated
newest added

I implemented a simple `LocalStorage` ```` protocol LocalStorage { var tutorialShowed: Bool { get set } } ```` ```` /// Keys constants private enum Key { static let tutorialShowed =...