aa_tools 1.1.0
Functions to make use of nested associative array's easier
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
Associative Array Tools
Access nested associate array along the path given via the variadic arguments.
auto nestedAccess(AA,Args...)(ref AA aa, Args args) {
Insert into a nested associate array along the path given via the variadic arguments.
void nestedInsert(AA,T,Args...)(ref AA aa, auto ref T toInsert, Args args) {
Combine into
and toInsert
in into
.
void insertInto(AA)(ref AA into, ref AA toInsert) {
- Registered by Robert Schadek
- 1.1.0 released 8 months ago
- burner/aa_tools
- BSL-1.0
- Copyright © 2024, Robert burner Schadek
- Authors:
- Dependencies:
- none
- Versions:
-
1.1.0 2024-Mar-27 1.0.1 2024-Mar-05 1.0.0 2024-Mar-05 ~master 2024-Mar-27 - Download Stats:
-
-
1 downloads today
-
30 downloads this week
-
148 downloads this month
-
1469 downloads total
-
- Score:
- 2.1
- Short URL:
- aa_tools.dub.pm