i256 currently implements `From` all other signed types besides i128, but it does have a `i256::from_i128`. I'm currently working on average overflow issues in DataFusion which would become much easier if this implementation existed.
i256 currently implements
Fromall other signed types besides i128, but it does have ai256::from_i128.I'm currently working on average overflow issues in DataFusion which would become much easier if this implementation existed.