--[[
Raw string arrayview and dynarray type for Terra.
TODO: make these overloads of the arrayview and dynarray constructors instead.
var s = V(rawstring|'string constant') cast from C string
v:onrawstring(rawstring) -> &v init with C string
var a = A(rawstring|'string constant') cast from C string
a:fromrawstring(rawstring) init with C string
]]
See the source code for more info.