yes, correct.
# general
w
yes, correct.
@average-vr-56795: a bit more on this. the reason you expose something as a @rule is that rule boundaries are what are memoized
so if there is no reason to memoize some boundary, something needn't be a @rule. and if it is a rule, if you want to take advantage of the memoization, you'd have to use it as one
a
Makes sense 🙂