init(_:transaction:sectionBy:)
Creates a sectioned query from a fetch descriptor, grouped by a required optional-String key path.
Declaration
@MainActor @preconcurrency init(_ descriptor: FetchDescriptor<Element>, transaction: Transaction? = nil, sectionBy sectionKeyPath: KeyPath<Element, String?>) where Result == SectionedResults<Element, String>