Skip to main content

Text.from_char_vector

Text.from_char_vectorchars

Documentation

Takes a vector of characters and returns the text that results from it.

This is useful for low-level operations, such as binary data encoding and decoding.

Arguments

  • chars: The vector of UTF-16 characters.