Type Aliases
The following type aliases are available globally.
-
Typealiasing of array of Doubles to Vector to make functions more mathematical.
Declaration
Swift
public typealias Vector = [Double]
The following type aliases are available globally.
Typealiasing of array of Doubles to Vector to make functions more mathematical.
Swift
public typealias Vector = [Double]