There was a similar request for Span support about a year ago that was marked as resolved, but there hasn’t been any Span/ReadOnlySpan support added to TMP yet. Now that 2021 LTS is just about to become the oldest supported version it would be great to add support to TMP_Text for setting text via ReadOnlySpan. The usage could be identical to how SetCharArray is currently used. The only difference is the function would take a ReadOnlySpan rather than a char[ ]. It’s unfortunate to have to embed the package to support minor additions like this.
Is this forum still the appropriate place to make feature requests? Adding support for this is trivial if you’re willing to embed TMP in your project, but it would be significantly more convenient for TMP to support it by default.