Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nb::typed<>: support use in return position #174

Merged
merged 1 commit into from
Apr 5, 2023

Commits on Apr 5, 2023

  1. nb::typed<>: support use in return position

    The uses are analogous to those in argument position; for example, you might want to return `nb::iterator` but indicate in the signature that it's an iterator over some specific type. It almost worked already, just had a typo in the `type_caster`.
    oremanj committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    7c16d7e View commit details
    Browse the repository at this point in the history