I think this is a Kotlin thing that I need to know...
# compose
m
I think this is a Kotlin thing that I need to know. What is the following usage as shown by @romainguy on YouTube?
Copy code
left constraintTo decreaseConstraint.right
I can imagine left is member of Tag, but what is constraintTo doing here? Is it a function or operator?