Skip to content

Commit

Permalink
update mbti
Browse files Browse the repository at this point in the history
  • Loading branch information
yj-qin committed May 22, 2024
1 parent 1576611 commit 4ec2ef3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/builtin.mbti
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ impl Array {
extract_if[T](Self[T], (T) -> Bool) -> Self[T]
fill[T](Self[T], T) -> Unit
fill_with[T](Self[T], () -> T) -> Unit
filter[T](Self[T], (T) -> Bool) -> Self[T]
flatten[T](Self[Self[T]]) -> Self[T]
fold_left[T, U](Self[T], (U, T) -> U, ~init : U) -> U
fold_lefti[T, U](Self[T], (Int, U, T) -> U, ~init : U) -> U
Expand Down

0 comments on commit 4ec2ef3

Please sign in to comment.