KenBurns icon indicating copy to clipboard operation
KenBurns copied to clipboard

Swift 5 deprecates tuple shuffling

Open 224XS opened this issue 4 years ago • 0 comments

In KenBurns.swift the definition: public typealias DurationRange = (max: Double, min: Double)

has the order of the tuple arguments in the opposite order to where DurationRange is used in the code

224XS avatar Oct 01 '20 16:10 224XS