OrderedValues
Describes a set of sorted values.
public init(
values: [OrderedValue],
currentMinIndex: UInt64? = nil,
currentMaxIndex: UInt64? = nil
)
Parameters
Properties
Set of values. Sorted in the ascending order.
Index of the currently set minimum value.
Index of the currently set maximum value.