Charles Hixson wrote:
Charles Hixson wrote:
Ali Çehreli wrote:
On 11/20/2012 11:39 AM, Charles Hixson wrote:
> I'm trying to figure out how to construct an associative array whose
> keys will be a combination of strings and immutable int[]'s, but every
> approach I've looked at has run into pr
Charles Hixson wrote:
Ali Çehreli wrote:
On 11/20/2012 11:39 AM, Charles Hixson wrote:
> I'm trying to figure out how to construct an associative array whose
> keys will be a combination of strings and immutable int[]'s, but every
> approach I've looked at has run into problems.
Can you show s
On Tuesday, November 20, 2012 12:42:50 Charles Hixson wrote:
> > > It should be relatively
> > > easy, as strings are really just an immutable list of ints,
> >
> > A list of dchars is more accurate of course, but yes, dchar can be
> > casted to int.
>
> Well, longs anyway. Which is a minor pr
Ali Çehreli wrote:
On 11/20/2012 11:39 AM, Charles Hixson wrote:
> I'm trying to figure out how to construct an associative array whose
> keys will be a combination of strings and immutable int[]'s, but every
> approach I've looked at has run into problems.
Can you show some code?
Sorry, I'm
On 11/20/2012 11:39 AM, Charles Hixson wrote:
> I'm trying to figure out how to construct an associative array whose
> keys will be a combination of strings and immutable int[]'s, but every
> approach I've looked at has run into problems.
Can you show some code?
> It should be relatively
> easy
I'm trying to figure out how to construct an associative array whose
keys will be a combination of strings and immutable int[]'s, but every
approach I've looked at has run into problems. It should be relatively
easy, as strings are really just an immutable list of ints, but I
haven't been able