Indexable<Index,Distance,Element>

Overview

Location

  • Reference:
    • Silver.dll  .NET, .NET Standard 2.0
    • silver.jar  Cooper
    • Silver.fx  Island
    • libSilver.fx  Toffee
  • Namespace: Swift


Properties


endIndex

 

property endIndex: not nullable Index read;

 

Index! endIndex { get; }

 

var endIndex: Index { get{} }

 

Index endIndex { __get; }

 

ReadOnly Property endIndex() As Index

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; }

 

ReadOnly Property Item(position As Index) As Element

startIndex

 

property startIndex: not nullable Index read;

 

Index! startIndex { get; }

 

var startIndex: Index { get{} }

 

Index startIndex { __get; }

 

ReadOnly Property startIndex() As Index