mutating func reset()

in Sources/System/FilePath/FilePathWindows.swift [139:141]


  mutating func reset(to: SystemString, at: SystemString.Index) {
    self.slice = to[at...]
  }