CleanCocoa / CleanCocoa/TextBuffer
Decouple Buffer from UTF-16 contents
Open
- Dominant language
- Swift
- Stars
- 10
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Imported from https://github.com/CleanCocoa/DeclarativeTextKit/issues/1
-----
To support a `Buffer` implementation on `Swift.String`, the protocol needs to be changed from using `typealias`es to `associatedtype`s.
Making the `Buffer` protocol a "PAT" will require structural changes that ripple through all types.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.