Skip to content

Commit 7eb6f8d

Browse files
add missing standard library preview package (swiftlang#62)
1 parent 6b3aa63 commit 7eb6f8d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

_data/preview_packages.yml

+6
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@
44
Operations on noncontiguous subranges of collections,
55
such as <code>subranges(where:)</code> and <code>moveSubranges(_:to:)</code>,
66
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.

standard-library/_preview-package.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ library APIs that can be implemented as a standalone library are accepted
66
through the Swift Evolution process, they are published as individual
77
packages and included in the preview package, which acts as an umbrella
88
library. The preview package currently includes the following individual
9-
package:
9+
packages:
1010

1111
[preview-package]: https://github.com/apple/swift-standard-library-preview/
1212

0 commit comments

Comments
 (0)