MonoidalFenwickTreeMixin<T> mixin

Implemented types
Mixin Applications

Properties

algebra FenwickTreeMonoid<T>
no setter
array List<T>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

increase({required int index, required T value}) → void
Increases the value at index by value.
override
length() int
Returns the amount of items that this contains.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sum({required int index_to}) → T
Returns the sum up to the given index index_to.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited