func bytes.makeCutsetFunc

4 uses

	bytes (current package)
		bytes.go#L890: func makeCutsetFunc(cutset string) func(r rune) bool {
		bytes.go#L914: 	return TrimFunc(s, makeCutsetFunc(cutset))
		bytes.go#L920: 	return TrimLeftFunc(s, makeCutsetFunc(cutset))
		bytes.go#L926: 	return TrimRightFunc(s, makeCutsetFunc(cutset))