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