Array
extension Array where Element == Float
extension Array where Element == Foundation.NSObject.Type
                - 
                  
                  
Returns the index and value of the largest number in the array.
Declaration
Swift
public func argmax() -> (Int, Float) 
- 
                  
                  
Assert that each element, in order, of this array and the other array are the same type
Declaration
Swift
public func areSameOrderedType(other: [Any]) -> BoolParameters
otherThe array of instances to check types against
Return Value
True if both arrays contain elements of the same type, in order.
 
            View on GitHub
          
      Array Extension Reference