julelang / jule

Effective programming language to build efficient, fast, reliable and safe software while maintaining simplicity
https://jule.dev
BSD 3-Clause "New" or "Revised" License
128 stars 13 forks source link

style: avoid sign conversion in `utf8_to_runes` #72

Closed vil02 closed 7 months ago

vil02 commented 7 months ago

Description

Similar to #71. Please note the change of the signature of utf8_decode_rune_str.

Checklist

Screenshots (if any)

Note to reviewers

Avoid sign conversion in utf8_to_runes.