Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
rust-fn
Code
Commits
Pulls
CI/CD
81,295
bisect
bisect
jch
maint
master
next
seen
test
todo
text
5 lines
104 Bytes
Copy permalink
Copy
Raw
1
pub(self) fn RIGHT<T>(x: &[T]) where T: Debug {
2
let _ = x;
3
// a comment
4
let a = ChangeMe;
5
}