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

feat: add Type methods: as_tuple, as_slice, as_array, as_constant, is_bool #5678

Merged
merged 7 commits into from
Aug 2, 2024

Commits on Aug 2, 2024

  1. Add Type::as_tuple

    asterite committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f3c7c0c View commit details
    Browse the repository at this point in the history
  2. Add Type::as_slice

    asterite committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0d53894 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1548902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b792834 View commit details
    Browse the repository at this point in the history
  5. Add Type::as_array

    asterite committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f42a3cf View commit details
    Browse the repository at this point in the history
  6. Add Type::as_constant()

    asterite committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4636ec2 View commit details
    Browse the repository at this point in the history
  7. Add Type::is_bool

    asterite committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0f27f95 View commit details
    Browse the repository at this point in the history