use AddAssign;
/// Subtrait for primitive types.
///
/// This exists to use as trait bound where one or more of the supertraits of
/// this trait are required, and to restrict certain implementations to Arrow
/// primitive types.
///
/// This trait is sealed to prevent downstream implementations.
// Sealed traits.