fn _tokens_to_string(tokens: &[usize]) -> String
Expand description

Helper function to convert a list of integers to a string representation.

Parameters

  • tokens

    Array of integers to work with. Assumed to be terminated with a -1 (EOL).

Returns

Returns a string representation of the integer list.