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 3e8a8f8 commit fe62710Copy full SHA for fe62710
src/gleam/map.gleam
@@ -19,7 +19,10 @@ 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(key, value)
+pub external type Map(
23
+ key,
24
+ value,
25
+)
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