This is a feature request to support the trait `ConditionallySelectable` for types that are not `Copy`. ## Motivation I have large types (e.g. polynomials of high degree) that I'd like to be conditionally selectable.
This is a feature request to support the trait
ConditionallySelectablefor types that are notCopy.Motivation
I have large types (e.g. polynomials of high degree) that I'd like to be conditionally selectable.