Typealiases

The following typealiases are available globally.

  • Typealiasing of array of Doubles to Vector to make functions more mathematical.

    Declaration

    Swift

    public typealias Vector = [Double]