to_list

pure function to_list(): list<integer>

Converts this byte_array to a list of integers.

The inverse of byte_array.from_list(list<integer>).

Each byte in the array is converted to a single integer 0 <= x < 256 in the returned list.

Since

0.9.0