Algebraic.mayHaveAliasing

Is true iff this may have aliasing through any of Types.

struct Algebraic(Types...)
@safe
enum mayHaveAliasing = anySatisfy!(hasAliasing, Types);

Meta