-
Couldn't load subscription status.
- Fork 13.9k
Closed
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.This issue / PR is in PFCP or FCP with a disposition to merge it.finished-final-comment-periodThe final comment period is finished for this PR / Issue.The final comment period is finished for this PR / Issue.
Description
Feature gate: #![feature(unsigned_nonzero_div_ceil)]
This is a tracking issue for implementing div_ceil for NonZero<T> where T is an unsigned integer.
Public API
// core::num
impl NonZero<u8> { // similarly for u16, u32, u64, u128 & usize
pub const fn div_ceil(self, other: Self) -> Self;
}Steps / History
- ACP: Infallible
div_ceilforNonZero<unsigned>libs-team#471 - Implementation: Implement
div_ceilforNonZero<unsigned>#132665 - Final comment period (FCP)1
- Stabilization PR: Stabilize
NonZero<u*>::div_ceil#147562
Unresolved Questions
- None yet.
Footnotes
tuguzT
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.This issue / PR is in PFCP or FCP with a disposition to merge it.finished-final-comment-periodThe final comment period is finished for this PR / Issue.The final comment period is finished for this PR / Issue.