Discussion Thread: DIP 1044--Enum Type Inference--Community Review Round 1

Adam D Ruppe destructionator at gmail.com
Wed Nov 23 22:38:39 UTC 2022


On Wednesday, 23 November 2022 at 22:25:04 UTC, Guillaume Piolat 
wrote:
> It could be something explicit like module.identifier

This isn't quite the same as .identifier, since 
`module.identifier` looks up ident specifically in module, 
whereas .identifier just bypasses the local name and might refer 
to a local thing, or in an imported thing.

module foo;
.destroy() // often refers to object.destroy()  rather than 
foo.destroy()


So it would take a little effort if these things had to be ported.


More information about the Digitalmars-d mailing list