fn contains_top_level_assignment(s: &str) -> bool
true if s contains a top-level single = (assignment), as opposed to == / <= / >= / != / += / -= / *= / /= / %=.
true
s
=
==
<=
>=
!=
+=
-=
*=
/=
%=