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) {
- 1.1.0 released a year ago
 - burner/aa_tools
 - BSL-1.0
 - Copyright © 2024, Robert burner Schadek
 
- Authors:
 - Dependencies:
 - none
 - Versions:
 - 
						
Show all 4 versions1.1.0 2024-Mar-27 1.0.1 2024-Mar-05 1.0.0 2024-Mar-05 ~master 2024-Mar-27  - Download Stats:
 - 
						
- 
								
11 downloads today
 - 
								
17 downloads this week
 - 
								
178 downloads this month
 - 
								
2311 downloads total
 
 - 
								
 - Score:
 - 1.9
 - Short URL:
 - aa_tools.dub.pm