cheezebubba·작년·discussThanks. I still don't understand where the bits live that tell you which type T is for a given node.Is this something like "list starts with type A, and that will tell you if the next node is type A or B"?Is there a way to stuff those bits in with the node somehow so you always know the type you expect back?
cheezebubba·작년·discussHow can you have elements of different types? I don't understand how you would know which type a given node was in?