`UFCS` (_"Unified Function Call Syntax"_ #132) ended up being merely an "unified syntax", but not specific to functions and less so to calls. It also doesn't allow calling free functions like methods, like D's UFCS does. To avoid turning our feature into another `RAII-AA` (_"Acronym Accident"_), I propose renaming it to `AILS` (_"Associated Item Lookup Syntax"_).