Skip to content

Instantly share code, notes, and snippets.

@beechtom
Last active October 5, 2023 19:33
Show Gist options
  • Save beechtom/44367d50d96245839515ce24a0b52218 to your computer and use it in GitHub Desktop.
Save beechtom/44367d50d96245839515ce24a0b52218 to your computer and use it in GitHub Desktop.
SectionedQuery-01
import SwiftData
import SwiftUI
@propertyWrapper
struct SectionedQuery<SectionIdentifier, Result>
where SectionIdentifier: Hashable, Result: PersistentModel {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment