logo
pub trait CodeAsmFldlg2 {
    fn fldlg2(&mut self) -> Result<(), IcedError>;
}

Required Methods

Implementors