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

Use i32 rather than usize as "default integer" in library template #13939

Merged
merged 1 commit into from
May 22, 2024

Commits on May 22, 2024

  1. Use u64 rather than usize as "default integer" in library template

    `usize` was renamed from `uint` in order to convey that it's not the
    "default integer type". Guide new users to use integers with specific
    bit width instead of `usize`.
    tbu- committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a29742a View commit details
    Browse the repository at this point in the history