Antoon Pardon wrote:
> I'm for the moment writing two classes.
>
> A table, which is like a list, but can start at any integer.
>
> A tree which is like a dictionary, but will iterate over the
> keys in sorted order.
>
> The problem is that I would like to implemet slices but, that
> seems to b
I'm for the moment writing two classes.
A table, which is like a list, but can start at any integer.
A tree which is like a dictionary, but will iterate over the
keys in sorted order.
The problem is that I would like to implemet slices but, that
seems to be impossible with how slices are impleme