Skip to content

Commit

Permalink
Add data for nonzero_is_power_of_two
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkaplan authored Oct 23, 2021
1 parent 5d07893 commit d4928ec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/unstable/nonzero_is_power_of_two.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
+++
title = "`NonZero*::is_power_of_two`"
flag = "nonzero_is_power_of_two"
impl_pr_id = 81107
tracking_issue_id = 81106
items = [
"NonZeroU8::is_power_of_two",
"NonZeroU16::is_power_of_two",
"NonZeroU32::is_power_of_two",
"NonZeroU64::is_power_of_two",
"NonZeroU128::is_power_of_two",
"NonZeroUsize::is_power_of_two",
]
+++

0 comments on commit d4928ec

Please sign in to comment.