Instance Methodgrdb 7.4.1GRDB->Swift

formIntersection(_:)

Removes the elements of the set that aren’t also in the given cursor.

Cursor.swift:245
mutating func formIntersection(_ cursor: some Cursor<Element>) throws

Parameters

cursor

A cursor of elements.