# File lib/map/struct.rb, line 50
  def Map.struct(*args, &block)
    new(*args, &block).struct
  end