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
Mon, 25 Mar 2024 00:04:13 +0300
changeset 15997
7c8697fa019f
parent 15951
5aed6c0b63e2
permissions
-rw-r--r--
fix protocol recovery
pub fn to_f64<T: Into<f64>>(v: T) -> f64 {
v.into()
}