package
1.5.0
Repository: https://github.com/pingcap/diag.git
Documentation: pkg.go.dev

# Functions

Slice converts string to slice without copy.
String converts slice to MutableString without copy.

# Constants

LoadFactorDen is the denominator of load factor.
LoadFactorNum is the numerator of load factor.

# Type aliases

MutableString can be used as string via string(MutableString) without performance loss.