We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b077851 commit 590eadbCopy full SHA for 590eadb
CHANGELOG.md
@@ -40,7 +40,7 @@ _**Note:** This is in reverse chronological order, so newer entries are added to
40
public func alignedUp<T>(for: T.type) -> UnsafeRawPointer
41
public func alignedDown<T>(for: T.type) -> UnsafeRawPointer
42
public func alignedUp(toMultipleOf alignment: Int) -> UnsafeRawPointer
43
- public func alignedDown(toMultipleOf alignment: Int) -> UnsafeRawPointer
+ public func alignedDown(toMultipleOf alignment: Int) -> UnsafeRawPointer
44
}
45
```
46
- It is now possible to use a pointer to `struct` to obtain a pointer to one
0 commit comments