index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
type-param.rs
blob: 9525190d24359a42aff410f6abee8ef99ddfdae9 (
plain
) (
blame
)
1
2
3
4
5
type
lteq
[
T
]
=
fn
(
&
T
a
)
->
bool
;
fn
main
(
vec
[
str
]
args
)
{
}