File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4
4
Operations on noncontiguous subranges of collections,
5
5
such as <code>subranges(where:)</code> and <code>moveSubranges(_:to:)</code>,
6
6
as well as the supporting <code>RangeSet</code> type.
7
+
8
+ - repo : https://github.com/apple/swift-se0288-is-power/
9
+ name : SE0288_IsPower
10
+ description : >-
11
+ Extends <code>BinaryInteger</code> with an <code>isPower(of:)</code> method
12
+ that returns whether an integer is a power of another.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ library APIs that can be implemented as a standalone library are accepted
6
6
through the Swift Evolution process, they are published as individual
7
7
packages and included in the preview package, which acts as an umbrella
8
8
library. The preview package currently includes the following individual
9
- package :
9
+ packages :
10
10
11
11
[ preview-package ] : https://github.com/apple/swift-standard-library-preview/
12
12
You can’t perform that action at this time.
0 commit comments