Subscript

subscript(_:)

Accesses the element at the specified index.

Declaration

subscript(index: Int) -> Double { get set }

Parameters

index

The index of the element to access. index must be in the range 0..<scalarCount.

Discussion

Relationships

From Protocol