Indexable<Index,Distance,Element>
Overview
Location
-
Reference:
- Swift.dll .NET
- swift.jar Cooper
- Swift.fx Island
- libSwift.fx Toffee
- Namespace: Swift
Implemented in
Properties
endIndex
property endIndex: not nullable Index read;
Index! endIndex { get; }
var endIndex: Index { get{} }
Index! endIndex { __get; }
Item
property Item[position: not nullable Index]: not nullable Element read;
Element! Item[Index! position] { get; }
subscript Item(_ position: Index) -> Element { get{} }
Element! Item[Index! position] { __get; }
startIndex
property startIndex: not nullable Index read;
Index! startIndex { get; }
var startIndex: Index { get{} }
Index! startIndex { __get; }