Feedback
Strings can now be built from a range of code points
- Status
- Fixed
- Fixed in
- v26.7.3
- Source discussion
- https://forum.objo.dev/d/612-stringfromcodepointsarraynamestartcount
- Last updated
- 2026-07-18
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
String.FromCodePoints should accept a starting array index and an optional count so callers can build text from part of a code-point array without first allocating and populating a temporary array.