Is there a way to get int-index that corresponds to a given Index?
#107
|
Hi, in the task I'm solving currently I need to get an int-index for |
Replies: 2 comments 5 replies
|
Hey, the main problem here is, that the It would however be possible to implement something like Would such a combinator help in your scenario? |
|
So in essence you just need the int in a callback to communicate with the outside world? This should be fairly simple to achieve with reasonable runtime (e.g. less than linear in the number of elements). I can put something together next week if i don't forget it.... |
So in essence you just need the int in a callback to communicate with the outside world? This should be fairly simple to achieve with reasonable runtime (e.g. less than linear in the number of elements). I can put something together next week if i don't forget it....