Array
public extension Array
public extension Array where Element: UIView
extension Array where Element: ExpressibleByDecimal
-
Returns an iterator that splits
selfinto chunks ofArray<Element>, each withsizeelements.Declaration
Swift
func chunks(_ size: Int) -> AnyIterator<[Element]> -
Undocumented
Declaration
Swift
func all(_ predicate: (Iterator.Element) throws -> Bool = truthy) rethrows -> Bool -
Undocumented
Declaration
Swift
func any(_ predicate: (Iterator.Element) throws -> Bool = truthy) rethrows -> Bool
-
Undocumented
Declaration
Swift
func removeFromSuperviews()
-
Undocumented
Declaration
Swift
public var sum: Element { get }
View on GitHub
Array Extension Reference