``` ./jsonnet -e 'std.setUnion("a", ["2","3"])' ``` gives: ``` "[\"2\", \"3\"]a" ``` I think which should be an error or `[ "2", "3", "a" ]`