Skip to content

Commit

Permalink
remove extra unused codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo Abbas committed May 15, 2023
1 parent 5ee5ed4 commit a75d26f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,6 @@ class List<T> {
? list.Select((x, y) => result(this.ElementAt(y), x))
: this.Select((x, y) => result(x, list.ElementAt(y)))
}

private map
}

/**
Expand Down

0 comments on commit a75d26f

Please sign in to comment.