init()

in Sources/Algorithms/Compacted.swift [30:32]


    init(base: Base.Iterator) {
      self.base = base
    }