Avatar
norio_nomura 9/23/2017 3:38 AM
Recursive Protocol Constraintsが入ると、Standard Libraryのプロトコル階層がシンプルになる。 https://github.com/apple/swift/pull/11923/files (edited)
This pull request implements the standard library part of SE-0157: Recursive Protocol Constraints, which includes: Make the SubSequence associated type have the same capabilities as its enclosing ...