Open TonalidadeHidrica opened 2 years ago
The Zero trait, originally in internal_type_traits, was moved to a new public module num_traits, so that we do no longer need to specify the additive identity 0 when creating a new Fenwick Tree.
Zero
internal_type_traits
num_traits
0
This will help many other improvement be done:
The
Zero
trait, originally ininternal_type_traits
, was moved to a new public modulenum_traits
, so that we do no longer need to specify the additive identity0
when creating a new Fenwick Tree.This will help many other improvement be done:
103