Array
public extension Array
public extension Array where Element: UIView
extension Array where Element: ExpressibleByDecimal
-
Returns an iterator that splits
self
into chunks ofArray<Element>
, each withsize
elements.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 }