stdlib
stdlib copied to clipboard
Create to fixed function
trafficstars
Issue
- #541
Changes
- Created a new to_fixed_string function in strings module
- Added unit test covering multiple edge cases
Notes
Functionality works, but I feel like my solution is a lot of code. I was fighting circle dependency issues and had to use probably too many externals. I am looking forward to this review. First time contributing to open source and only week using gleam so bare with me.