Skip to content

Commit

Permalink
moon info
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-zh authored and bobzhang committed Jan 13, 2025
1 parent 775e3a6 commit 365f3f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions string/string.mbti
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ impl String {
from_array(Array[Char]) -> String
from_iter(Iter[Char]) -> String
index_at(String, Int, start~ : StringIndex = ..) -> StringIndex?
index_at_rev(String, Int, end? : StringIndex) -> StringIndex?
index_of(String, String, from~ : Int = ..) -> Int
is_blank(String) -> Bool
is_empty(String) -> Bool
Expand Down

0 comments on commit 365f3f8

Please sign in to comment.