# \#bitint

**URL:** https://discourse.julialang.org/tag/bitint/1286.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [N-bit Integers in Julia](https://discourse.julialang.org/t/n-bit-integers-in-julia/94861)

<div class="topic-metadata">

**Author:** [@mkitti](https://discourse.julialang.org/u/mkitti)\
**Replies:** 10\
**Last updated:** [February 19, 2023, 6:03pm UTC](https://discourse.julialang.org/t/n-bit-integers-in-julia/94861 "2023-02-19T18:03:03Z")

</div>

After getting some updated pointers from Rust dev Jubilee Young and encouragement from C standard project editor JeanHeyd Meneide on the arbitrary bitwidth integers (also known n-bit integers from the C23 draft standard)…
