Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/langdef.md
Original file line number Diff line number Diff line change
Expand Up @@ -2147,7 +2147,6 @@ dyn("hello") // string "hello" marked `dyn` during type-checking
* `int(double) -> int` (type conversion, rounds toward zero, errors if out of
range)
* `int(string) -> int` (type conversion)
* `int(enum E) -> int` (type conversion)
* `int(google.protobuf.Timestamp) -> int` converts to seconds since Unix
epoch

Expand Down