func inverseApply(_ value: T) -> T
s5Utils7ScalingV12inverseApplyyxxF
5YSY0
import Utils
struct Scaling<T> where T : Sendable, T : Divisible, T : Multipliable
init(by factor: T)
func apply(_ value: T) -> T