It’s fair to say that a composition is logically a...
# compose
m
It’s fair to say that a composition is logically an ordered tree of groups where each group is a node that stores ordered slots. It’s just that internally the tree is serialised, and the slots are in a separate data structure. Finally, a slot is a piece of data added and retrieved via the
remember
mechanism. Correct?
s
Yeah, sounds like a correct summary
🙏 1