File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,23 @@ This is a key requirement for the `Span` type (previously called `BufferView`) b
1818
1919** Edited** (May 2, 2024): Changed ` StorageView ` and ` BufferReference ` to ` Span ` to match the sibling proposal.
2020
21+ ** Edited** (May 30, 2024): Added the following new sections:
22+
23+ - Dependent parameters
24+ - Dependent properties
25+ - Conditional dependencies
26+ - Immortal lifetimes
27+ - Depending on immutable global variables
28+ - Depending on an escapable BitwiseCopyable value
29+ - Standard library extensions
30+ - unsafeLifetime helper functions
31+ - Dependency semantics by example
32+ - Future directions
33+ - Value component lifetime
34+ - Abstract lifetime components
35+ - Protocol lifetime requirements
36+ - Structural lifetime dependencies
37+
2138#### See Also
2239
2340* [ Forum discussion of Non-Escapable Types and Lifetime Dependency] ( https://forums.swift.org/t/pitch-non-escapable-types-and-lifetime-dependency )
You can’t perform that action at this time.
0 commit comments