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