Mercurial
Mercurial
>
hedgewars-draft
/ 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
unC0Rr
Wed, 28 Aug 2024 17:16:23 +0200
branch
transitional_engine
changeset 16052
0fd23fc57947
parent 15981
5aed6c0b63e2
permissions
-rw-r--r--
Make pascal engine link to hwengine-future and use WFC generator
pub fn to_f64<T: Into<f64>>(v: T) -> f64 {
v.into()
}