CollectionType<SubSequence,Index,Distance,Element>

Overview

Location


 

count

 

property count: not nullable Int read;

 

Int! count { get; }

 

var count: Int { get{} }

 

Int count { __get; }

 

ReadOnly Property count() As Int

first

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
property first: nullable Element read;
// Island-WebAssembly-wasm32
property first: nullable Element read;

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Element? first { get; }
// Island-WebAssembly-wasm32
Element? first { get; }

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
var first: Element? { get{} }
// Island-WebAssembly-wasm32
var first: Element? { get{} }
// Toffee
var first: Element? { get{} }

 

Element first { __get; }

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
ReadOnly Property first() As Element?
// Island-WebAssembly-wasm32
ReadOnly Property first() As Element?

isEmpty

 

property isEmpty: not nullable Bool read;

 

Bool! isEmpty { get; }

 

var isEmpty: Bool { get{} }

 

Bool isEmpty { __get; }

 

ReadOnly Property isEmpty() As Bool

Item

 

property Item[bounds: not nullable Range]: not nullable SubSequence read;

 

SubSequence! Item[Range! bounds] { get; }

 

subscript Item(_ bounds: Range) -> SubSequence { get{} }

 

SubSequence Item[Range bounds] { __get; }

 

ReadOnly Property Item(bounds As Range) As SubSequence

prefix through(not nullable Index): not nullable SubSequence

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
method prefix through(through: not nullable Index): not nullable SubSequence
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method prefix through(through: not nullable Index): not nullable SubSequence

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
SubSequence! prefix through(Index! through)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
SubSequence! prefix through(Index! through)

 

func prefix(through: Index) -> SubSequence

 

SubSequence prefix through(Index through)

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
Function prefix through(through As Index) As SubSequence
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Function prefix through(through As Index) As SubSequence

Parameters:

  • through:

prefix upTo(not nullable Index): not nullable SubSequence

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
method prefix upTo(upTo: not nullable Index): not nullable SubSequence
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method prefix upTo(upTo: not nullable Index): not nullable SubSequence

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
SubSequence! prefix upTo(Index! upTo)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
SubSequence! prefix upTo(Index! upTo)

 

func prefix(upTo: Index) -> SubSequence

 

SubSequence prefix upTo(Index upTo)

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
Function prefix upTo(upTo As Index) As SubSequence
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Function prefix upTo(upTo As Index) As SubSequence

Parameters:

  • upTo:

suffix

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
method suffix from(from: not nullable Index): not nullable SubSequence
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method suffix from(from: not nullable Index): not nullable SubSequence

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
SubSequence! suffix from(Index! from)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
SubSequence! suffix from(Index! from)

 

func suffix(from: Index) -> SubSequence

 

SubSequence suffix from(Index from)

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
Function suffix from(from As Index) As SubSequence
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Function suffix from(from As Index) As SubSequence

Parameters:

  • from:

 

count

 

property count: not nullable Int read;

 

Int! count { get; }

 

var count: Int { get{} }

 

Int count { __get; }

 

ReadOnly Property count() As Int

first

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
property first: nullable Element read;
// Island-WebAssembly-wasm32
property first: nullable Element read;

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Element? first { get; }
// Island-WebAssembly-wasm32
Element? first { get; }

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
var first: Element? { get{} }
// Island-WebAssembly-wasm32
var first: Element? { get{} }
// Toffee
var first: Element? { get{} }

 

Element first { __get; }

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
ReadOnly Property first() As Element?
// Island-WebAssembly-wasm32
ReadOnly Property first() As Element?

isEmpty

 

property isEmpty: not nullable Bool read;

 

Bool! isEmpty { get; }

 

var isEmpty: Bool { get{} }

 

Bool isEmpty { __get; }

 

ReadOnly Property isEmpty() As Bool

Item

 

property Item[bounds: not nullable Range]: not nullable SubSequence read;

 

SubSequence! Item[Range! bounds] { get; }

 

subscript Item(_ bounds: Range) -> SubSequence { get{} }

 

SubSequence Item[Range bounds] { __get; }

 

ReadOnly Property Item(bounds As Range) As SubSequence

 

prefix through(not nullable Index): not nullable SubSequence

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
method prefix through(through: not nullable Index): not nullable SubSequence
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method prefix through(through: not nullable Index): not nullable SubSequence

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
SubSequence! prefix through(Index! through)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
SubSequence! prefix through(Index! through)

 

func prefix(through: Index) -> SubSequence

 

SubSequence prefix through(Index through)

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
Function prefix through(through As Index) As SubSequence
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Function prefix through(through As Index) As SubSequence

Parameters:

  • through:

prefix upTo(not nullable Index): not nullable SubSequence

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
method prefix upTo(upTo: not nullable Index): not nullable SubSequence
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method prefix upTo(upTo: not nullable Index): not nullable SubSequence

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
SubSequence! prefix upTo(Index! upTo)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
SubSequence! prefix upTo(Index! upTo)

 

func prefix(upTo: Index) -> SubSequence

 

SubSequence prefix upTo(Index upTo)

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
Function prefix upTo(upTo As Index) As SubSequence
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Function prefix upTo(upTo As Index) As SubSequence

Parameters:

  • upTo:

suffix

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
method suffix from(from: not nullable Index): not nullable SubSequence
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method suffix from(from: not nullable Index): not nullable SubSequence

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
SubSequence! suffix from(Index! from)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
SubSequence! suffix from(Index! from)

 

func suffix(from: Index) -> SubSequence

 

SubSequence suffix from(Index from)

 

// .NET, .NET Standard 2.0, Island-WebAssembly-wasm32
Function suffix from(from As Index) As SubSequence
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Function suffix from(from As Index) As SubSequence

Parameters:

  • from: