WARNING: The returned string shares the underlying memory with b
and therefore breaks Go's string immutability guarantee.
Use for temporary conversions with utmost caution!
WARNING: The returned byte slice shares the underlying memory with s
and therefore breaks Go's string immutability guarantee.
Use for temporary conversions with utmost caution!