Strideable<Stride,IntegerLiteralType>

Overview

Location


Required Methods


advancedBy

 

// .NET, .NET Standard 2.0, Island-Android-x86_64, Island-WebAssembly-wasm32
method advancedBy(n: not nullable Stride): not nullable InstanceType
// Island-Android-arm64-v8a, Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, 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 advancedBy(n: not nullable Stride): not nullable instancetype

 

// .NET, .NET Standard 2.0, Island-Android-x86_64, Island-WebAssembly-wasm32
InstanceType! advancedBy(Stride! n)
// Island-Android-arm64-v8a, Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
instancetype! advancedBy(Stride! n)

 

func advancedBy(_ n: Stride) -> instancetype

 

InstanceType advancedBy(Stride n)

 

// .NET, .NET Standard 2.0, Island-Android-x86_64, Island-WebAssembly-wasm32
Function advancedBy(n As Stride) As InstanceType
// Island-Android-arm64-v8a, Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, 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 advancedBy(n As Stride) As instancetype

Parameters:

  • n:

distanceTo

 

// .NET, .NET Standard 2.0, Island-Android-x86_64, Island-WebAssembly-wasm32
method distanceTo(other: not nullable InstanceType): not nullable Stride
// Island-Android-arm64-v8a, Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, 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 distanceTo(other: not nullable instancetype): not nullable Stride

 

// .NET, .NET Standard 2.0, Island-Android-x86_64, Island-WebAssembly-wasm32
Stride! distanceTo(InstanceType! other)
// Island-Android-arm64-v8a, Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Stride! distanceTo(instancetype! other)

 

func distanceTo(_ other: instancetype) -> Stride

 

Stride distanceTo(InstanceType other)

 

// .NET, .NET Standard 2.0, Island-Android-x86_64, Island-WebAssembly-wasm32
Function distanceTo(other As InstanceType) As Stride
// Island-Android-arm64-v8a, Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, 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 distanceTo(other As instancetype) As Stride

Parameters:

  • other:

stride through(not nullable InstanceType) by(not nullable InstanceType): not nullable IEnumerable<not nullable Self>

 

// .NET, .NET Standard 2.0, Island-Android-x86_64, Island-WebAssembly-wasm32
method stride through(through: not nullable InstanceType) by(by: not nullable InstanceType): not nullable IEnumerable<not nullable Self>
// Island-Android-arm64-v8a, Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, 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 stride through(through: not nullable instancetype) by(by: not nullable instancetype): not nullable IEnumerable<not nullable instancetype>

 

// .NET, .NET Standard 2.0, Island-Android-x86_64, Island-WebAssembly-wasm32
IEnumerable<not nullable Self>! stride through(InstanceType! through) by(InstanceType! by)
// Island-Android-arm64-v8a, Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
IEnumerable<not nullable instancetype>! stride through(instancetype! through) by(instancetype! by)

 

func stride(through: instancetype, by: instancetype) -> INSFastEnumeration<not nullable instancetype>

 

Iterable<InstanceType> stride through(InstanceType through) by(InstanceType by)

 

// .NET, .NET Standard 2.0, Island-Android-x86_64, Island-WebAssembly-wasm32
Function stride through(through As InstanceType) by(by As InstanceType) As IEnumerable<not nullable Self>
// Island-Android-arm64-v8a, Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, 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 stride through(through As instancetype) by(by As instancetype) As IEnumerable<not nullable instancetype>

Parameters:

  • through:
  • by:

stride to(not nullable InstanceType) by(not nullable InstanceType): not nullable IEnumerable<not nullable Self>

 

// .NET, .NET Standard 2.0, Island-Android-x86_64, Island-WebAssembly-wasm32
method stride to(to: not nullable InstanceType) by(by: not nullable InstanceType): not nullable IEnumerable<not nullable Self>
// Island-Android-arm64-v8a, Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, 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 stride to(to: not nullable instancetype) by(by: not nullable instancetype): not nullable IEnumerable<not nullable instancetype>

 

// .NET, .NET Standard 2.0, Island-Android-x86_64, Island-WebAssembly-wasm32
IEnumerable<not nullable Self>! stride to(InstanceType! to) by(InstanceType! by)
// Island-Android-arm64-v8a, Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
IEnumerable<not nullable instancetype>! stride to(instancetype! to) by(instancetype! by)

 

func stride(to: instancetype, by: instancetype) -> INSFastEnumeration<not nullable instancetype>

 

Iterable<InstanceType> stride to(InstanceType to) by(InstanceType by)

 

// .NET, .NET Standard 2.0, Island-Android-x86_64, Island-WebAssembly-wasm32
Function stride to(to As InstanceType) by(by As InstanceType) As IEnumerable<not nullable Self>
// Island-Android-arm64-v8a, Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, 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 stride to(to As instancetype) by(by As instancetype) As IEnumerable<not nullable instancetype>

Parameters:

  • to:
  • by: