Proposal request: explicit propreties
Bill Baxter
dnewsgroup at billbaxter.com
Tue Apr 1 13:13:56 PDT 2008
naryl wrote:
> On Tue, 01 Apr 2008 23:39:10 +0400, Bill Baxter
> <dnewsgroup at billbaxter.com> wrote:
>
> The other case is when you call an array property like
> tango.core.Array.popHeap.
>
> 1 import tango.core.Array;
> 2
> 3 void main() {
> 4 int[] a = ([1, 3, 2, 5, 4].dup);
> 5 a.popHeap(); //Doesn't compiles without terminal ()
> 6 }
Yeh, that might be the one I'm thinking of.
--bb
More information about the Digitalmars-d
mailing list