Skip to main content

from_sorted_map

Function from_sorted_map 

Source
pub fn from_sorted_map<T, I>(inner: T) -> Option<SimpleMap<T, I>>
where T: AsRef<[(u64, Instruction<I>)]>, I: Info,
Expand description

Create a Func Binary from some AsRef<[(u64, Instruction)]>

Returns None if the address-Instruction pairs are not sorted by address.