Skip to content

Commit

Permalink
chore: update info
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye authored and bobzhang committed Dec 26, 2024
1 parent da83b98 commit 921e2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/builtin.mbti
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ impl Iter {
singleton[T](T) -> Self[T]
take[T](Self[T], Int) -> Self[T]
take_while[T](Self[T], (T) -> Bool) -> Self[T]
tap[T](Self[T], (T) -> Unit) -> Self[T] //deprecated
tap[T](Self[T], (T) -> Unit) -> Self[T]
to_array[T](Self[T]) -> Array[T]
}
impl[T : Show] Show for Iter[T]
Expand Down

0 comments on commit 921e2f7

Please sign in to comment.