Tensegritics / ClojureDart

Clojure dialect for Flutter and Dart
1.44k stars 91 forks source link

Optimization: PVChunkedSeq could implement ICounted #323

Open frenchy64 opened 2 months ago

frenchy64 commented 2 months ago

I think something similar to Clojure could be used:

    public int count(){
        return vec.cnt - (i + offset);
    }
cgrand commented 2 months ago

true