regexp.runeSlice.Less (method)

one use

	regexp (current package)
		onepass.go#L288: func (p runeSlice) Less(i, j int) bool { return p[i] < p[j] }