pub const fn is_mutable_iterable_initializer(expr: &Expr) -> bool
Return true if the Expr is a mutable iterable initializer, like {} or [].
true
Expr
{}
[]