This website requires JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
next
git
/
t
/
t4018
/
swift-generic-subscript
8 lines
132 B
Plaintext
Raw
Permalink
Blame
History
struct Container {
subscript<RIGHT>(index: Int) -> Int {
let a = 0
// a comment
return ChangeMe
}
}
View Git Blame
Copy Permalink