data class PositionedValueImpl<T> : PositionedValue<T>
PositionedValueImpl(value: T, position: Long)
val position: Long
val value: T