unsafe -package +text
O(n) Copy a Text to an array. The array is assumed to be big enough to hold the contents of the entire Text.
Freeze a mutable array. Do not mutate the MArray afterwards!
Unchecked read of an immutable array. May return garbage or crash on an out-of-bounds access.
Unchecked write of a mutable array. May return garbage or crash on an out-of-bounds access.