ilyatar

Results 1 comments of ilyatar

It's right: ` public func remove(rowFormers: [RowFormer]) -> Self { for rowFormer in rowFormers { if let index = self.rowFormers.index(where: {$0 === rowFormer}) { remove(atIndex: index) } } return self...