subscript(_:)
Accesses the subsequence of entries within the specified bounds.
Declaration
subscript(bounds: Range<Transcript.HistoryView.Index>) -> Transcript.HistoryView { get set }Parameters
- bounds:
A range of valid indices in the view.
Accesses the subsequence of entries within the specified bounds.
subscript(bounds: Range<Transcript.HistoryView.Index>) -> Transcript.HistoryView { get set }A range of valid indices in the view.