Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnsafeToLower ¶
UnsafeToLower converts an ASCII string to lower-case by mutating its backing bytes in-place. This function is unsafe: it breaks string immutability and must only be used when the string is known to reference mutable memory.
func UnsafeToUpper ¶
UnsafeToUpper converts an ASCII string to upper-case by mutating its backing bytes in-place. This function is unsafe: it breaks string immutability and must only be used when the string is known to reference mutable memory.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.