[Issue 5212] Safer typesafe variadics
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Nov 16 12:13:03 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5212
--- Comment #6 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> 2010-11-16 12:11:46 PST ---
Variadic arguments are arguments, and arguments are on the stack.
T[] is not a dynamic array, it's a slice. Messing python idioms into D, while
those idioms were not implemented in D, is a bug-prone way of thinking
(misunderstanding).
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list