indexing tuples using strings

Jarrett Billingsley jarrett.billingsley at gmail.com
Mon Dec 1 13:40:04 PST 2008


On Mon, Dec 1, 2008 at 4:19 PM, llee <larry at workingwondersus.com> wrote:
> Is is possible to index the elements within a tuple using strings?
> Something similar to the way that associative arrays allow elements to be indexed using strings.
>

No, because that makes no sense.

What does tuple["string"] mean, anyway?



More information about the Digitalmars-d mailing list