modautodiff;modbase;modbool;modfloat;modint;modnumeric;pubuseautodiff::*;pubusebase::*;pubusenumeric::*;/// Computation to be used to update the existing values in indexed assignment operations (scatter/select).
#[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, serde::Serialize, serde::Deserialize)]pubenumIndexingUpdateOp{// Assign,
/// Performs an addition.
Add,// Mul
}