Skip to content

Commit

Permalink
chore: update moon info
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye authored and bobzhang committed Jan 10, 2025
1 parent 6edf0e0 commit 1e539c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builtin/builtin.mbti
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ impl UInt {
to_byte(UInt) -> Byte
to_float(UInt) -> Float
to_int(UInt) -> Int //deprecated
to_json(UInt) -> Json
to_string(UInt) -> String
to_uint64(UInt) -> UInt64
trunc_double(Double) -> UInt
Expand Down Expand Up @@ -590,6 +591,7 @@ impl UInt64 {
to_float(UInt64) -> Float
to_int(UInt64) -> Int
to_int64(UInt64) -> Int64 //deprecated
to_json(UInt64) -> Json
to_string(UInt64) -> String
to_uint(UInt64) -> UInt
trunc_double(Double) -> UInt64
Expand Down
2 changes: 2 additions & 0 deletions json/json.mbti
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ impl FromJson for Bool
impl FromJson for Char
impl FromJson for Int
impl FromJson for Int64
impl FromJson for UInt
impl FromJson for UInt64
impl FromJson for Double
impl FromJson for String
impl[T : FromJson] FromJson for T?
Expand Down

0 comments on commit 1e539c0

Please sign in to comment.