https://github.com/user0332/inttypes
https://github.com/user0332/inttypes
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/user0332/inttypes
- Owner: User0332
- Created: 2023-12-14T13:06:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T13:09:01.000Z (over 2 years ago)
- Last Synced: 2025-01-24T06:11:45.676Z (over 1 year ago)
- Language: C#
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IntTypes
A collection of more integral types for C# including `EventInt`, an integer than can only be even (but has a `uint`-like max and min value), and its `ref struct` equivalent, the `StackEvenInt`. Note that these types do not yet implement `INumber`, so they cannot be used with generic math.