You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation~/articles/data-structures.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ slug: "/manual/data-structures"
6
6
7
7
The **Architecture Toolkit** contains various data structures that may be useful throughout a project. The following data structures are available in the package:
8
8
9
-
<br/>
10
-
11
9
## Accumulators
12
10
13
11
Accumulators work like a reducer function by accumulating a set of values into a single total value except you can store the values using identifiers. This is useful to accumulate values over time while adding and removing values as needed. The total value is updated automatically any time a value is added or removed.
0 commit comments