Method: RDL::Type::TupleType#hash

Defined in:
lib/rdl/types/tuple.rb

#hashObject



77
78
79
80
# File 'lib/rdl/types/tuple.rb', line 77

def hash
  # note don't change hash value if @array becomes non-nil
  73 * @params.hash
end