pub fn nb_to_external(
nb: &ValueWord,
schemas: &dyn SchemaLookup,
) -> ExternalValueExpand description
Convert a ValueWord value to an ExternalValue.
This is the canonical way to externalize a VM value for display, wire, or debug. Schema lookup is needed to resolve TypedObject field names.