Type Aliases
The following type aliases are available globally.
-
Undocumented
Declaration
Swift
public typealias Vector<T> = [T : Int] -
Undocumented
Declaration
Swift
public typealias Matrix<T> = [T : Vector<T>]
View on GitHub
Type Aliases Reference