// Copyright © 2020 Metabolist. All rights reserved. import UIKit extension Array where Element: Sequence, Element.Element: Hashable { func snapshot() -> NSDiffableDataSourceSnapshot { var snapshot = NSDiffableDataSourceSnapshot() let sections = [Int](0..