


The standard library Byte api defines access to unsigned eight-bit values.
The Byte api is implemented by the byte package.
The Byte api source code is in src/lib/std/src/byte.api.
The above information is manually maintained and may contain errors.
api { byte_to_char : one_byte_unt::Unt -> Char;
char_to_byte : Char -> one_byte_unt::Unt;
bytes_to_string : vector_of_one_byte_unts::Vector -> String;
string_to_bytes : String -> vector_of_one_byte_unts::Vector;
unpack_string_vector : vector_slice_of_one_byte_unts::Slice -> String;
unpack_string : rw_vector_slice_of_one_byte_unts::Slice -> String;
pack_string : (rw_vector_of_one_byte_unts::Rw_Vector , Int , Substring)
-> Void;
};


