© 2026 Hedgehog Software, LLC
struct IntWrapper[N: Int]: @parameter if N <= 255: var inner: UInt8 else: var inner: Int
inner
N