# File lib/codec/mapping.rb, line 87
      def self.[](x)
        case x
        when Mapping then x
        when Integer then @@by_code[x]
        when Types::Type then @@by_code[x.code]
        end
      end