#[powerset_enum]
Expand description
Parametrize an enum
to make it a powerset (set of all subsets), and create a macro with the
same name of the enum
for easy notation of the subsets.
See powerset_enum for more info.
#[powerset_enum]
Parametrize an enum
to make it a powerset (set of all subsets), and create a macro with the
same name of the enum
for easy notation of the subsets.
See powerset_enum for more info.