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

Make Overlay a fun interface #1543

Merged
merged 3 commits into from
Jul 29, 2024
Merged

Make Overlay a fun interface #1543

merged 3 commits into from
Jul 29, 2024

Conversation

ZacSweers
Copy link
Collaborator

This allows for easy lambdas

host.show { navigator ->
  navigator.finish(Unit) // Type is inferred!
}

This allows for easy lambdas

```kotlin
host.show { navigator ->
  navigator.finish(Unit) // Type is inferred!
}
```
@ZacSweers ZacSweers requested a review from stagg July 29, 2024 05:18
@ZacSweers ZacSweers enabled auto-merge July 29, 2024 14:39
@ZacSweers ZacSweers added this pull request to the merge queue Jul 29, 2024
Merged via the queue into main with commit 0d16921 Jul 29, 2024
5 checks passed
@ZacSweers ZacSweers deleted the z/overlapHelper branch July 29, 2024 15:23
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.

2 participants