Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 241 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 241 Bytes

ASCII

Integer

  1. Split Integers into an array of its individual ascii values

123 -> [49,50,51]

  1. Converts Integers into a string represented as either a single felt252 or if it exceeds 31 chars an array of felt252

123 -> "123