Mercurial
Mercurial
>
hedgewars-draft
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
tools/rc/to_f64.rs
changeset 15981
5aed6c0b63e2
equal
deleted
inserted
replaced
15980:77f1973611ec
15981:5aed6c0b63e2
1
pub fn to_f64<T: Into<f64>>(v: T) -> f64 {
2
v.into()
3
}
4