pub fn nb_to_display_string(nb: &ValueWord) -> String
Convert a ValueWord to a display string.
Uses the Display impl which dispatches through HeapValue.