You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 2023-08-13 @prestwich wrote in 55c5411 “Merge pull request #293 from recmo/remco/base-to”:
Find an allocation free method. Maybe extract from the top?
////// # Panics////// Panics if the base is less than 2.#[inline]#[cfg(feature = "alloc")]// OPT: Find an allocation free method. Maybe extract from the top?pubfn to_base_be(&self,base:u64) -> implIterator<Item = u64>{structOwnedVecIterator{vec: alloc::vec::Vec<u64>,}
On 2023-08-13 @prestwich wrote in
55c5411
“Merge pull request #293 from recmo/remco/base-to”:Find an allocation free method. Maybe extract from the top?
From
src/base_convert.rs:70
The text was updated successfully, but these errors were encountered: