repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of github.com:git/git
[alt-git.git]
/
t
/
t4018
/
rust-trait
blob
ea397f09ed1625bb443d6fec250c9b405ee96efb
1
unsafe trait RIGHT<T> {
2
fn len(&self) -> u32;
3
fn ChangeMe(&self, n: u32) -> T;
4
fn iter<F>(&self, f: F) where F: Fn(T);
5
}