module Concurrent::ImmutableStruct

def ==(other)

@!macro struct_equality
def ==(other)
  ns_equality(other)
end