subs property
Head of the linked list of subscribers (nodes that depend on this node). Null if no other nodes depend on this one.
Implementation
Link? subs;
Head of the linked list of subscribers (nodes that depend on this node). Null if no other nodes depend on this one.
Link? subs;