subscript(_:)
Accesses the element at the specified position. (See Collection.subscript.)
Declaration
@MainActor @preconcurrency subscript(index: Int) -> Entity { get set }Accesses the element at the specified position. (See Collection.subscript.)
@MainActor @preconcurrency subscript(index: Int) -> Entity { get set }