- 
                  
                  The scalar type associated with this VectorType.DeclarationSwift associatedtype Scalar
- 
                  
                  The number of scalars in the vector. DeclarationSwift var scalarCount: Int { get }
- 
                  
                  Accesses the scalar at the specified position. DeclarationSwift subscript(index: Int) -> Scalar { get set }
- 
                  
                  Creates a new VectorTypewith the given scalar on all coordinates.DeclarationSwift init(repeating scalar: Scalar)
