subscript(_:) Gets the entity at the specified index. Declaration@MainActor @preconcurrency subscript(position: Int) -> Result { get }