ColaRangeSet<TKey>.Entry
Namespace: SnowBank.Collections.CacheOblivious · class
Implements: ISpanFormattable, IFormattable
Mutable range
Constructors
Entry
Entry(TKey begin, TKey end)
Constructs a new Entry
Properties
Begin
TKey Begin { get; }
Begin key of this range (inclusive)
End
TKey End { get; }
End key of this range (exclusive)
Methods
ToString
string ToString()
string ToString(string format, IFormatProvider formatProvider = null)
TryFormat
bool TryFormat(Span<char> destination, out int charsWritten, ReadOnlySpan<char> format, IFormatProvider provider)