In most languages there is some sort of `List<T>` type, is that the same for D?
What you're probably talking about is called a union in the C world. There is a nice (free) book by Ali that every Dlang beginner should probably read.
In most languages there is some sort of `List<T>` type, is that the same for D?
What you're probably talking about is called a union in the C world. There is a nice (free) book by Ali that every Dlang beginner should probably read.