Shorten a null terminated FixedString to be the size of the actual string (without the null)
Will throw a RangeError if the string is not null terminated
See Implementation
Shorten a null terminated FixedString to be the size of the actual string (without the null)
Will throw a RangeError if the string is not null terminated