# Functions
DisableProtoBufRandomness disables the random insertion of whitespace characters when serializing Protocol Buffers in textual form (both when serializing to JSON or to ProtoText)
Since the introduction of the APIv2 for Protocol Buffers, the default serializers in the package insert random whitespace characters that don't change the meaning of the serialized code but make byte-wise comparison impossible.
go:linkname ParseFloatPrefix strconv.parseFloatPrefix.
RuntimeAllocSize returns size of the memory block that mallocgc will allocate if you ask for the size.
RuntimeMemhash provides access to the Go runtime's default hash function for arbitrary bytes.
RuntimeStrhash provides access to the Go runtime's default hash function for strings.
String force casts a []byte to a string.
StringBytes returns the underlying bytes for a string.