Calculates a hash value for str. Note: The value will differ between 32bit and 64bit systems. It will also differ between little and big endian systems.
Converts x to a string array.
Returns a copy of str where a is replaced with b.
Returns a string array slice ranging from begin to end.
Returns a list of Strings from a list of char arrays.
A string implementation that uses two pointers, as opposed to one pointer and a size variable.