times

operator fun Expression<T>.times(arg: T): Expression<T>
operator fun T.times(arg: Expression<T>): Expression<T>