Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the instantation of NoState #81

Merged
merged 1 commit into from Mar 14, 2020
Merged

Conversation

Aymenworks
Copy link
Contributor

Until now, since the init was internal, it was not possible to do:

let state: Storage<State> = .init(.init())
typealias State = NoState

Now it is.

Until now, since the init was internal, it was not possible to do:

```
let state: Storage<State> = .init(.init())
typealias State = NoState
```

Now it is.
@muukii
Copy link
Collaborator

muukii commented Mar 14, 2020

@Aymenworks
That's true!
Thank you for your contribution!

@muukii muukii merged commit 2e7d5b7 into VergeGroup:master Mar 14, 2020
@muukii muukii mentioned this pull request May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants