# File lib/spruz/bijection.rb, line 22
    def fill
      if empty?
        yield self
        freeze
      end
      self
    end