std.setUnion unexpected behavior
Open
- Dominant language
- Jsonnet
- Stars
- 7.6k
- Forks
- 475
- PR merge metrics
- No merged PRs in 30d
Description
```
./jsonnet -e 'std.setUnion("a", ["2","3"])'
```
gives:
```
"[\"2\", \"3\"]a"
```
I think which should be an error or
`[
"2",
"3",
"a"
]`
Contributor guide
Assessment
This issue has not been assessed yet.