Case macro for the different kinds of maybe-svex structures.
This is an fty sum-type case macro, typically introduced by defflexsum or deftagsum. It allows you to safely check the type of a maybe-svex structure, or to split into cases based on its type.
In its short form,
(maybe-svex-case x :none)
can be used to determine whether
In its longer form,
(maybe-svex-case x :none ... :some ...)
It is also possible to consolidate ``uninteresting'' cases using
For convenience, the case macro automatically binds the fields of