#[derive(SubsetOrd)]
Expand description

Derive relearn::spaces::SubsetOrd for a struct as a Cartesian product space of its fields.

Expects that Space will be implemented according to #[derive(Space)].