Optional Readonly_phantomPhantom brand carrying the value type AND the input/derived
polarity for type-system narrowing. Never present at runtime —
_phantom is undefined on every value the engine produces.
Polarity is encoded in the tag field type so the public
Node<T> union remains structural while still type-discriminable
at the call sites that need it (e.g. Tx.set).
ReadonlyidStable identifier.
Handle to a writable Behavior — an
inputnode.Remarks
Created via Graph.input. Realises the writable Behavior primitive:
input(initial) : Behavior a where input(t₀) = initial. The handle becomes a write target fortx.setinside a commit and a read target forread/subscribe/explainoutside one.