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

take span instead of std::vector to simplify interface #190

Closed
wants to merge 1 commit into from

Commits on Apr 2, 2021

  1. Use span<> and Bytes pervasively in the schemes APIs

    This results in a smaller interface, since the conversion vector -> Bytes is
    done in the span constructor. Additionally it make the interface more flexible
    in that it no longer requires the caller to allocate the array in a std::vector
    arvidn committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    0fd617b View commit details
    Browse the repository at this point in the history