Skip to content

Tracking Issue for const_ops #90080

Closed
Closed
@AlexApps99

Description

@AlexApps99

Feature gate: #![feature(const_ops)]

This is a tracking issue for const_ops, which adds const versions of common numeric operations in std::ops.

Public API

  • NonZero
    • BitOr
    • BitOrAssign
    • Div
    • Rem
  • Wrapping
    • Shl
    • Shr
    • ShlAssign
    • ShrAssign
    • Add
    • AddAssign
    • Sub
    • SubAssign
    • Mul
    • MulAssign
    • Div
    • DivAssign
    • Rem
    • RemAssign
    • Not
    • BitXor
    • BitXorAssign
    • BitOr
    • BitOrAssign
    • BitAnd
    • BitAndAssign
    • Neg
  • u*/i*
    • Add
    • Sub
    • Mul
    • Div
    • Rem
    • Neg
    • AddAssign
    • SubAssign
    • MulAssign
    • DivAssign
    • RemAssign
    • Not
    • BitAnd
    • BitOr
    • BitXor
    • Shl
    • Shr
    • BitAndAssign
    • BitOrAssign
    • BitXorAssign
    • ShlAssign
    • ShrAssign

Steps / History

Unresolved Questions

  • None yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCF-const_trait_impl`#![feature(const_trait_impl)]`T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions