Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

f64Serde

Fully qualified path: cubit::f128::math::ops::f64Serde

impl f64Serde of Serde<f64>;

Impl functions

serialize

Fully qualified path: cubit::f128::math::ops::f64Serde::serialize

fn serialize(self: @f64, ref output: Array<felt252>)

deserialize

Fully qualified path: cubit::f128::math::ops::f64Serde::deserialize

fn deserialize(ref serialized: Span<felt252>) -> Option<f64>