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

Added require methods #23

Merged
merged 2 commits into from
Sep 29, 2023
Merged

Added require methods #23

merged 2 commits into from
Sep 29, 2023

Commits on Sep 29, 2023

  1. Added require methods

    - ::required() will search a bt dict for a key and throw upon fail
    - ::require<type_t>() will combine calls to required() and consume_{type_t}()
    - added unit tests
    dr7ana committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    2e44cb9 View commit details
    Browse the repository at this point in the history
  2. version bump 1.0.8 -> 1.0.9

    dr7ana committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    1c1e9ce View commit details
    Browse the repository at this point in the history