fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 118: List to set
Idiom # 118: List to set
See
programming-idioms.org
:
Code
y := container.set_of_ordered x
What are effects?
Running Example
ex118 is x := [ "a", "b", "c", "b" ] y := container.set_of_ordered x say y
What are effects?
last changed: 2024-07-01
next: Idiom # 119: Deduplicate list