ValueSpanT Structure
Pairing of value and positions sharing that value.
Namespace: Avalonia.UtilitiesAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public readonly struct ValueSpan<T> : IEquatable<ValueSpan<T>>
Public Structure ValueSpan(Of T)
Implements IEquatable(Of ValueSpan(Of T))
[<SealedAttribute>]
type ValueSpan<'T> =
struct
inherit ValueType
interface IEquatable<ValueSpan<'T>>
end
- Inheritance
- Object ValueType ValueSpanT
- Implements
- IEquatableValueSpanT
Type Parameters
- T
| Length |
Get's the length of the span.
|
| Start |
Get's the start of the span.
|
| Value |
Get's the value of the span.
|