Skip to content
Merged
Changes from 1 commit
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
2 changes: 0 additions & 2 deletions runtime/Stdlib_Iterator.resi
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ mapKeysAsArray->assertEqual(["someKey", "someKey2"])

Since March 2025, this feature works across the latest devices and browser versions.
This feature might not work in older devices or browsers.
```
*/
@send
external toArray: t<'a> => array<'a> = "toArray"
Expand Down Expand Up @@ -145,7 +144,6 @@ seq->Iterator.next->assertEqual({done: false, value: Some(3)})

Since March 2025, this feature works across the latest devices and browser versions.
This feature might not work in older devices or browsers.
```
*/
@send
external drop: (t<'a>, int) => t<'a> = "drop"
Expand Down