use ;
/// Cheap canonicalization for `intersects(lhs, rhs)`: an empty rhs makes
/// the predicate vacuously false (no collection intersects the empty
/// set), regardless of `lhs`. The rhs is the user-supplied set literal —
/// `tags.intersects(values)` — so an empty list here means the caller
/// passed `[]`.
pub