Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor from_chars call to use data and size methods
Replaced iterators with pointers obtained from data() and size() methods to simplify and potentially improve the efficiency of the from_chars function call. This change is expected to enhance code readability and maintainability.
- Loading branch information