Re: Deleting an element from an array

2009-02-21 Thread Sergey Gromov
Tue, 3 Feb 2009 18:11:35 +0100, nobody wrote: > "Jarrett Billingsley" wrote in message > news:mailman.637.1233680615.22690.digitalmars-d-le...@puremagic.com... >> On Tue, Feb 3, 2009 at 11:51 AM, nobody wrote: >>> Would you also happen to know why the following gives an error? >>> >>> arr[1] =

Re: "Symbol undefined" on interface with public getter and package setter

2009-02-21 Thread TSalm
Le Sat, 21 Feb 2009 04:00:42 +0100, Daniel Keep a écrit: TSalm wrote: I'm not sure but I think package is not virtual. :-( So there's really no way to have a method declared "package" in an interface ? You also can't have a private function in an interface. This once lost me four day