We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
enum foo { a(bool,int), b(int) } fn foo_to_int(-foo: foo) -> int { let a(_,x) | b(x) <- foo; x }