Instance Methodgrdb 7.4.1GRDB->Swift
intersection(_:)
Returns a new set with the elements that are common to both this set and the given cursor.
func intersection(_ cursor: some Cursor<Element>) throws -> Set<Element>
Parameters
- cursor
A cursor of elements.
Returns
A new set.