Skip to content

Adaptor for consuming GDScript custom iterators #276

Open
@ghost

Description

It's possible to create and use custom iterators in GDScript, as documented on this page: https://docs.godotengine.org/en/3.1/getting_started/scripting/gdscript/gdscript_advanced.html#custom-iterators

An adaptor type that allows consuming these iterators with Rust's Iterator trait could be added. Additionally, an example for exposing a custom iterator could be created.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions