fixp

Macro fixp 

Source
macro_rules! fixp {
    ($str:literal) => { ... };
}
Expand description

Parse a string to FixedPoint at compile time. This is equivalent to calling FixedPoint::from_str and unwrapping the result in a const block. On error, it will panic at compile time.