Kagamin Wrote:
> Sam Hu Wrote:
>
> > I asked this question a couple of month ago but it is pending,is there any
> > solution now?
> >
> > Thanks.
>
> As you know from previous discussions, there're various solutions, which of
> them do you want?
Sorry,for example?
... don't make sense. So is there a reason why they aren't excluded from
the "everything in an immutable is immutable" rule?
Tomek
Daniel Keep Wrote:
> jicman wrote:
> > aalm Wrote:
> >> import dfl.all;
> >> import myform2;
> >>
> >> void main()
> >> {
> >> //Form d = new MyForm();
> >> //MyForm d = new MyForm();
> >> auto d = new MyForm();
> >> d.text = "Hello...";
> >> d.Name.text = "name";
> >> d.show();
> >>
"Simen kjaeraas" wrote in message
news:op.u4h55pbcvxi...@biotronic-pc.home...
> On Sun, 06 Dec 2009 02:36:58 +0100, Nick Sabalausky wrote:
>
>> I don't suppose there's an easy general way to get the paramaters of a
>> templated type just from the type itself? Ie, a way to get around this:
>>
>>