Optional Readonly_phantomPhantom brand carrying the value type and derived polarity.
Never present at runtime; the polarity is type-system-only and
is not observable on a constructed handle (the engine constructs
handles via Object.freeze({ id }) with no _phantom field).
ReadonlyidStable identifier.
Handle to a composed Behavior — a
derivednode.Remarks
Created via Graph.derived. Realises the composed Behavior primitive:
derived(f, b₁, …, bₙ) : Behavior a where derived(t) = f(b₁(t), …, bₙ(t)). Dependencies are captured by ref-countingget()calls insidefrather than declared up front, which lets conditional reads track input-set changes naturally.