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

refactor: use `std::string::data()` in `jule::Str::begin()` #89

Closed vil02 closed 8 months ago

vil02 commented 8 months ago

Description

In this PR I suggest to use std::string::data().

Checklist

Screenshots (if any)

Note to reviewers

Use std::string::data() in jule::Str::begin().