An open API service indexing awesome lists of open source software.

https://github.com/user0332/inttypes


https://github.com/user0332/inttypes

Last synced: about 1 year ago
JSON representation

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.