Deque impl.

Namespace rswhite4 at googlemail.com
Tue Jan 29 14:48:14 PST 2013


>> 3. Nitpick: Don't use parenthesis for single arg templates:
>> No:  "Deque!(int)"
>> yes: "Deque!int"
> May I ask why? Both are correct after all. Or is it just the 
> preferred style?

My style is also Deque!(int), not Deque!int, the latter looks 
ugly...


More information about the Digitalmars-d mailing list