Skip to content

Iterator improvement #6

@Maknee

Description

@Maknee

Iterators can contain the first element be casted to the first element

Iterator(Vector(int)) x = Call(Vector(int), begin, some_vector);
int some_value = (int)*x;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions