Static methods
staticasCharView(s:String):View<Char>
Returns a view to ASCII encoded characters of the given string. If the internal encoding of the string is not ASCII an exception is raised.
Parameters:
s | String to return the view of. |
|---|
staticasWideCharView(s:String):View<Char16>
Returns a view to UTF16 encoded characters of the given string. If the internal encoding of the string is not UTF16 an exception is raised.
Parameters:
s | String to return the view of. |
|---|