Tracking Issue for BITS
constant for non-zero integers
#94881
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(nonzero_bits)]
This is a tracking issue for adding the associated
BITS
constant toNonZero{U,I}{8,16,32,64,128,size}
.This is useful when a type alias refers to either a regular or non-zero integer.
Public API
Repeated for all
NonZeroX
integers:Steps / History
BITS
constant for non-zero integers #93292nonzero_bits
#101514Unresolved Questions
The text was updated successfully, but these errors were encountered: