//
pkg.gl
Category
github.com/pingcap/diag
pkg
utils
hack
package
1.5.0
Repository:
https://github.com/pingcap/diag.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
29 SLOC
#
Functions
Slice
Slice converts string to slice without copy.
String
String converts slice to MutableString without copy.
#
Constants
LoadFactorDen
LoadFactorDen is the denominator of load factor.
LoadFactorNum
LoadFactorNum is the numerator of load factor.
#
Type aliases
MutableString
MutableString can be used as string via string(MutableString) without performance loss.