Skip to content

Commit

Permalink
patch mbti
Browse files Browse the repository at this point in the history
  • Loading branch information
Lampese committed May 11, 2024
1 parent 61eb5f7 commit dd839eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vec/vec.mbti
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ impl Vec {
iteri[T](Self[T], (Int, T) -> Unit) -> Unit
join[T](Self[Self[T]], T) -> Self[T]
length[T](Self[T]) -> Int
map[T](Self[T], (T) -> T) -> Unit
mapi[T](Self[T], (Int, T) -> T) -> Unit
map[T, U](Self[T], (T) -> U) -> Self[U]
mapi[T, U](Self[T], (Int, T) -> U) -> Self[U]
new[T]() -> Self[T]
op_add[T](Self[T], Self[T]) -> Self[T]
op_as_view[T](Self[T], ~start : Int, ~end : Int) -> VecView[T]
Expand Down

0 comments on commit dd839eb

Please sign in to comment.