Reading List

Swift Proposal: Module Selectors for Name Disambiguation from Michael Tsai RSS feed.

Swift Proposal: Module Selectors for Name Disambiguation

SE-0491 (via Becca Royal-Gordon): We propose that Swift’s grammar be extended so that, wherever an identifier is written in source code to reference a declaration, it can be prefixed by ModuleName:: to disambiguate which module the declaration is expected to come from. This syntax will provide a way to resolve several types of name ambiguities […]