subscript(_:)

Accesses typed properties from the intent value at the given index.

Declaration

subscript<T>(position: Int) -> T where T : IntentValueConvertible { get throws }