Cairo error: Member is not visible in this context
I’m facing an error in the following function:
Converting a felt252 into an Array of u8’s
I wanted to implement a function on cairo that takes a felt252 and converts it into an Array of u8s, using the ASCII table to make the correspondence. How to implement that?