Commit b8e4e44
authored
groupBy: support non-strings (#283)
previously, group-by coerced all values into strings for comparison, but
only for the left-hand side, effectively resulting into groupBy being
only usable with strings.
by changing the set type to literal "any", this limitation is removed.1 parent db9e8b0 commit b8e4e44
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
0 commit comments