Re: Create a general array
On Thursday, 24 July 2014 at 19:43:23 UTC, Robert Rimoczi wrote: Hi! Can I somehow make a general array where I can store everykind of object? doubles, ints, float, class objects? Or is there any method for it? void main() { import std.variant, std.stdio; class Four { overrid
Create a general array
Hi! Can I somehow make a general array where I can store everykind of object? doubles, ints, float, class objects? Or is there any method for it?