pub fn from_sorted_map<T, I>(inner: T) -> Option<SimpleMap<T, I>>Expand description
Create a Func Binary from some AsRef<[(u64, Instruction)]>
Returns None if the address-Instruction pairs are not sorted by
address.
pub fn from_sorted_map<T, I>(inner: T) -> Option<SimpleMap<T, I>>Create a Func Binary from some AsRef<[(u64, Instruction)]>
Returns None if the address-Instruction pairs are not sorted by
address.