func github.com/vmihailenco/msgpack/v5/msgpcode.IsFixedExt
2 uses
github.com/vmihailenco/msgpack/v5/msgpcode (current package)
msgpcode.go#L82: func IsFixedExt(c byte) bool {
msgpcode.go#L87: return IsFixedExt(c) || c == Ext8 || c == Ext16 || c == Ext32
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)