Repository

range

generic range iterator

the generic type must support addition (+) and comparison(<) operators

examples

see range_test.v for now


    for value, index in new_range_iterator[i64](-100,100,10) {
        println('iter[${index}]=[${value},${index}]')
    }

About

range iterator

0
34
2 years ago

Author

alfu32