Index Objects in Feature Requests
|
|
|
|
| Status: |
Open
Issue hasn't been assigned a status value.
|
|
|
It would be nice if we could specify that certain objects (other than lists) could be indexed. An 'Index(i)' proc could be defined on those types which the programmer wants to be indexable.
This would allow for more flexible use of 'lists' (since we could then define types which fully meet the list interface but which take operations when they're modified, e.g. a list representing the contents of a grid control could update that control when the list is modified in any way).
|
I always wanted a way to add a child to lists and be able to override some of its procs :(.