dsalgo 0.3.7

A package for Datastructures and Algorithms.
Documentation
use crate::binary_operation_id::BinaryOperationId;

/// users implementing this trait must assure
/// that the operation for given id is associative.
pub trait AssociativeProperty<Id: BinaryOperationId> {}