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 |
Beta Was this translation helpful? Give feedback.
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? |
Beta Was this translation helpful? Give feedback.
-
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.... |
Beta Was this translation helpful? Give feedback.
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....