swift-cross-ui icon indicating copy to clipboard operation
swift-cross-ui copied to clipboard

Use ranges for Slider instead of separate minimum and maximum parameters

Open stackotter opened this issue 1 year ago • 0 comments
trafficstars

It's generally more swifty to use ranges where possible. In this case it'd be a ClosedRange<...>.

stackotter avatar Apr 09 '24 13:04 stackotter