Skip to content

Commit

Permalink
update moon info
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfettes committed Jan 6, 2025
1 parent ae6c5fc commit 0f5c2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions builtin/builtin.mbti
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ impl Double {
to_int(Double) -> Int
to_int64(Double) -> Int64
to_json(Double) -> Json
to_uint64(Double) -> UInt64
until(Double, Double, step~ : Double = .., inclusive~ : Bool = ..) -> Iter[Double]
upto(Double, Double, inclusive~ : Bool = ..) -> Iter[Double] //deprecated
}
Expand Down
1 change: 1 addition & 0 deletions double/double.mbti
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ impl Double {
to_be_bytes(Double) -> Bytes
to_le_bytes(Double) -> Bytes
to_string(Double) -> String
to_uint(Double) -> UInt
trunc(Double) -> Double
}

Expand Down

0 comments on commit 0f5c2f3

Please sign in to comment.