Joe Tsai
8f86d4f8b9
all: use slices.Collect with maps.Keys instead of xmaps.Keys
...
In Go 1.23, the standard maps.Keys helper was altered relative to xmaps.Keys
to return and iterator, which can be used with slices.Collect.
Also, Go 1.21 added the clear built-in, which replaces xmaps.Clear,
and is semantically more correct with respect to NaNs.
Updates #8632
Updates #12912
Updates #cleanup
Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2024-10-11 11:41:09 -07:00
..
2024-08-22 12:31:08 -07:00
2024-10-02 15:29:46 +00:00
2024-04-16 15:32:38 -07:00
2024-10-11 11:41:09 -07:00
2024-10-02 10:41:08 -05:00
2024-08-05 17:28:15 +01:00
2024-06-18 21:44:44 -07:00
2024-07-08 19:10:44 -07:00
2024-02-20 10:49:58 -08:00
2023-08-28 11:43:51 -07:00
2023-01-27 15:36:29 -08:00
2024-10-08 12:52:27 -04:00
2023-04-04 16:32:16 -07:00
2024-06-10 19:19:03 +01:00
2023-01-27 15:36:29 -08:00
2024-08-22 12:31:08 -07:00
2024-07-31 12:34:16 -06:00
2024-07-10 09:57:00 -07:00
2024-09-26 12:17:31 +02:00
2024-09-03 12:50:09 -04:00
2023-09-15 17:08:39 -07:00
2024-10-01 16:11:47 -05:00
2023-12-20 14:50:30 -08:00
2024-04-28 07:34:52 -07:00
2024-08-05 09:25:24 -07:00
2024-10-08 11:02:46 -07:00
2023-01-27 15:36:29 -08:00
2024-06-26 13:55:07 -04:00
2024-04-16 15:32:38 -07:00
2024-04-16 15:32:38 -07:00
2024-08-12 15:32:12 -07:00
2024-09-26 12:17:31 +02:00
2024-08-05 17:28:15 +01:00
2024-04-16 15:32:38 -07:00
2024-09-25 15:57:00 +02:00
2024-08-14 21:23:49 -07:00