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

replaced i32 by u32 in use-maps-for-storing-values.md #2080

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 24, 2023

  1. replaced i32 by u32 to avoid conflicts in compiling

    In prev definition of the function it was accepting an i32 to be added by a u32 var which was causing compile error.
    behkod authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    86e38e4 View commit details
    Browse the repository at this point in the history