fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 366 Test for set equality
Idiom # 366 Test for set equality
See
programming-idioms.org
:
Code
Code input
b := s = t
What are effects?
Runnable Example
Code input
ex366 is s := container.ps_set i32 .new [1, 3, 5, 7] t := container.ps_set i32 .new [2, 4, 6] b := s = t say b
What are effects?
last changed: 2025-07-10
next: NYI: Idiom # 367 Find the next significant digit