commit
c5d7bd3e65
|
@ -31,9 +31,9 @@ same type, mixed-typed elements will be converted to the most general type:
|
||||||
```
|
```
|
||||||
> toset(["a", "b", 3])
|
> toset(["a", "b", 3])
|
||||||
[
|
[
|
||||||
|
"3",
|
||||||
"a",
|
"a",
|
||||||
"b",
|
"b",
|
||||||
"3",
|
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue