insert(_:before:)
Inserts the provided items immediately before the item with the specified identifier in the section snapshot.
Declaration
mutating func insert(_ items: [ItemIdentifierType], before item: ItemIdentifierType)Inserts the provided items immediately before the item with the specified identifier in the section snapshot.
mutating func insert(_ items: [ItemIdentifierType], before item: ItemIdentifierType)