pub fn binarysearch<L>(
l1: LoadOperand<L>,
l2: LoadOperand<L>,
l3: LoadOperand<L>,
l4: LoadOperand<L>,
l5: LoadOperand<L>,
l6: LoadOperand<L>,
l7: LoadOperand<L>,
s1: StoreOperand<L>,
) -> Item<L>
Expand description
Constructs an item for the binarysearch
instruction.