Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
rag-system
rag-system
/
t
/
t4018
/
swift-generic-subscript
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
text
7 lines
132 Bytes
Copy permalink
Copy
Raw
1
struct Container {
2
subscript<RIGHT>(index: Int) -> Int {
3
let a = 0
4
// a comment
5
return ChangeMe
6
}
7
}