blob: ab0f26c82428cda08a6494b3ca1f0535b4cdba59 [file] [log] [blame]
// generated by stringer -type LocationHypothesis; DO NOT EDIT
package stats
import "fmt"
const _LocationHypothesis_name = "LocationLessLocationDiffersLocationGreater"
var _LocationHypothesis_index = [...]uint8{0, 12, 27, 42}
func (i LocationHypothesis) String() string {
i -= -1
if i < 0 || i+1 >= LocationHypothesis(len(_LocationHypothesis_index)) {
return fmt.Sprintf("LocationHypothesis(%d)", i+-1)
}
return _LocationHypothesis_name[_LocationHypothesis_index[i]:_LocationHypothesis_index[i+1]]
}