func github.com/vmihailenco/msgpack/v5/msgpcode.IsExt

2 uses

	github.com/vmihailenco/msgpack/v5/msgpcode (current package)
		msgpcode.go#L86: func IsExt(c byte) bool {

	github.com/vmihailenco/msgpack/v5
		decode_map.go#L59: 	if msgpcode.IsExt(c) {