Array
struct Array<Element> : CollectionType, MutableCollectionType, _DestructorSafeContainer
Adds convenience method for Array.
-
Convenience method for setting optional values from empty arrays in
JSONobjects.Declaration
Swift
public var nonEmpty:Array<Element>?Return Value
self if self has count greater than 0, nil otherwise.
View on GitHub
Array Extension Reference