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

add support for sbyte, ushort, uint, ulong and nuint #18

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 4, 2024

  1. add sbyte base type

    koryphaee committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0caf868 View commit details
    Browse the repository at this point in the history
  2. add ushort base type

    koryphaee committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e34ed94 View commit details
    Browse the repository at this point in the history
  3. add uint base type

    koryphaee committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b6fe10c View commit details
    Browse the repository at this point in the history
  4. add ulong base type

    koryphaee committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5cb88ea View commit details
    Browse the repository at this point in the history
  5. add nuint base type

    koryphaee committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    696c5cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b98b4ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ff50ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b405cdd View commit details
    Browse the repository at this point in the history