|
|
|
@ -204,7 +204,7 @@ public class StoredCollection<T: Storable>: RandomAccessCollection, SomeCollecti |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// Deletes all items of the sequence by id and sets the collection as changed to trigger a write |
|
|
|
/// Deletes all items of the sequence by id and sets the collection as changed to trigger a write |
|
|
|
public func delete(contentOfs sequence: any Sequence<T>) { |
|
|
|
public func delete(contentOfs sequence: any RandomAccessCollection<T>) { |
|
|
|
|
|
|
|
|
|
|
|
defer { |
|
|
|
defer { |
|
|
|
self._hasChanged = true |
|
|
|
self._hasChanged = true |
|
|
|
|