pub fn value_tokens(ctx: &Context<'_>, id: ValueId) -> Vec<Token>
The token stream for a single value operand. Concatenating the token text equals ValueRef’s Display — which is implemented by writing these.
ValueRef
Display