Mercurial
Mercurial
>
hedgewars
/ file revision
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
author
alfadur
Tue, 13 Feb 2024 00:58:17 +0300 (13 months ago)
changeset 15989
fb389df02e3e
parent 15951
5aed6c0b63e2
permissions
-rw-r--r--
add some more todo!s
+
−
pub fn to_f64<T: Into<f64>>(v: T) -> f64 {
+
−
v.into()
+
−
}
+
−