u8/s8/u16/s16/u32/s32/u64/s64array_to_list


u8array_to_list(xs)
s8array_to_list(xs)
u16array_to_list(xs)
s16array_to_list(xs)
u32array_to_list(xs)
s32array_to_list(xs)
u64array_to_list(xs)
s64array_to_list(xs)
      

Return a list with the elements in the u8/s8/u16/s16/u32/s32/u64/s64array xs.

Examples:


u8array_to_list(#u8[12, 123, 45])
// [12, 123, 45]
      

Also see:

list_to_u8array
array_to_list


Core Module Index | Contents