Closed ctb closed 2 weeks ago
In Selection, scaled is u32. in Record, scaled is u64. In some places in the code scaled is converted to usize.
Selection
Record
scaled
Can we maybe just make it usize?
In
Selection
, scaled is u32. inRecord
, scaled is u64. In some places in the codescaled
is converted to usize.Can we maybe just make it usize?