We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b810d commit 91019f9Copy full SHA for 91019f9
src/gleam/map.gleam
@@ -19,10 +19,7 @@ if javascript {
19
/// See [the Erlang map module](https://erlang.org/doc/man/maps.html) for more
20
/// information.
21
///
22
-pub external type Map(
23
- key,
24
- value,
25
-)
+pub external type Map(key, value)
26
27
/// Determines the number of key-value pairs in the map.
28
/// This function runs in constant time and does not need to iterate the map.
0 commit comments