std.uni vs std.unicode and beyond?
Steven Schveighoffer
schveiguy at yahoo.com
Tue May 21 12:01:55 PDT 2013
On Tue, 21 May 2013 14:54:42 -0400, Nick Sabalausky
<SeeWebsiteToContactMe at semitwist.com> wrote:
> On Tue, 21 May 2013 14:33:48 -0400
> "Steven Schveighoffer" <schveiguy at yahoo.com> wrote:
>> "All symbols from a publicly imported module are also aliased in the
>> importing module. This means that if module D imports module C, and
>> module C publicly imports module B which has the symbol bar, in
>> module D you can access the symbol via bar, B.bar, and C.bar."
>>
>
> Nice. Is that a new thing, or have I managed to overlook it for
> years?
Like I did? Yes :) I think I became aware about a couple years ago in
one of those periodic discussions on how to migrate the current flat
hierarchy to a nested one.
-Steve
More information about the Digitalmars-d
mailing list