F
egglog
2.0.0
F
Aliased Type
Fields
0
Trait Implementations
LiteralConvertible
In egglog::
sort
egglog
::
sort
Type Alias
F
Copy item path
Source
pub type F =
Boxed
<
OrderedFloat
<
f64
>>;
Aliased Type
§
pub struct F(pub
OrderedFloat
<
f64
>);
Tuple Fields
§
§
0:
OrderedFloat
<
f64
>
Trait Implementations
§
Source
§
impl
LiteralConvertible
for
F
Source
§
fn
to_literal
(self) ->
Literal
Source
§
fn
from_literal
(lit: &
Literal
) ->
Option
<Self>