module Concurrent::ImmutableStruct

def merge(other, &block)

@!macro struct_merge
def merge(other, &block)
  ns_merge(other, &block)
end