projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'pw/sequencer-compare-with-right-parent-to-check-empty-commits'
[git]
/
t
/
t4018
/
rust-trait
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
}