clamp

fun <T : CSSUnit> clamp(min: CSSNumericValue<out T>, value: CSSNumericValue<out T>, max: CSSNumericValue<out T>): CSSClamp<T>(source)