chaiNNer icon indicating copy to clipboard operation
chaiNNer copied to clipboard

Type information for iterator

Open RunDevelopment opened this issue 1 year ago • 0 comments

Iterators are currently not represented in the type system as their own type. This should be fixed to allow us to track information about the iterators themselves and not just their item type.

Potential properties to track:

  • Item type.
  • Length (expected and whether it is exact).
  • Whether the iterator support random access (list).

RunDevelopment avatar Oct 13 '23 13:10 RunDevelopment