func gopkg.in/yaml.v2.is_digit

4 uses

	gopkg.in/yaml.v2 (current package)
		scannerc.go#L1693: 	for is_digit(parser.buffer, parser.buffer_pos) {
		scannerc.go#L2097: 		if is_digit(parser.buffer, parser.buffer_pos) {
		scannerc.go#L2110: 	} else if is_digit(parser.buffer, parser.buffer_pos) {
		yamlprivateh.go#L31: func is_digit(b []byte, i int) bool {