subscript(_:)
Queries or modifies the value of the score counter with given identifier.
Declaration
subscript(id: ScoreCounter.ID) -> Int64? { get set }Parameters
- id:
The identifier of the score counter to be returned.
Queries or modifies the value of the score counter with given identifier.
subscript(id: ScoreCounter.ID) -> Int64? { get set }The identifier of the score counter to be returned.