Instance Methodgrdb 7.4.1GRDB->Swift

formUnion(_:)

Inserts the elements of the given cursor into the set.

Cursor.swift:224
mutating func formUnion(_ cursor: some Cursor<Element>) throws

Parameters

cursor

A cursor of elements.

If the set already contains one or more elements that are also in the cursor, the existing members are kept. If the cursor contains multiple instances of equivalent elements, only the first instance is kept.