dsalgo 0.3.7

A package for Datastructures and Algorithms.
Documentation
use crate::binary_operation_id::BinaryOperationId;
pub trait CommutativeProperty<Id: BinaryOperationId> {}