pub fn apply_to_register<O, C>(
o: O,
idx: usize,
) -> impl FnOnce(&OrArray<C>, &CausalContext, Identifier) -> CausalDotStore<OrArray<C>>where
O: FnOnce(&MvReg, &CausalContext, Identifier) -> CausalDotStore<MvReg>,
C: ExtensionType + Debug + PartialEq,Expand description
Applies a function to the register at the given index.