Page MenuHome

Cleanup: replace .index_range() with iter_indices(...)
Needs ReviewPublic

Authored by Jacques Lucke (JacquesLucke) on Apr 17 2021, 5:27 PM.

Details

Summary

My main motivation for this change is that it removes the need to add a .index_range() method to various containers.
Also the iter_indices function works with third party containers (when they have a size method).

Diff Detail

Repository
rB Blender
Branch
iter-indices (branched from master)
Build Status
Buildable 14084
Build 14084: arc lint + arc unit