Parameterized Keywords

Mike Parker via Digitalmars-d digitalmars-d at puremagic.com
Mon Mar 7 16:47:10 PST 2016


On Monday, 7 March 2016 at 20:54:22 UTC, Patience wrote:
> On Monday, 7 March 2016 at 15:09:48 UTC, Lass Safin wrote:
>> On Monday, 7 March 2016 at 05:56:54 UTC, Patience wrote:
>>> int[size] <- creates an integer of size bits.
>>
>> You declare arrays of integers with int[size], you know that, 
>> right?
>
> No, not right. Think again. Get your mind out the gutter. 
> Making your own assumptions about what I am talking about can 
> get you in to trouble. Only in programming languages were 
> int[size] is interpreted as an array does it mean that.
>

To be fair, this is a D newsgroup and you did not specify that 
you are talking about this as a general concept rather than 
something for D. My first reaction was the same. It's only 
natural to assume you are talking about this as a part of D.


More information about the Digitalmars-d mailing list