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) {
Authors:
  • Robert burner Schadek
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
Show all 4 versions
Download Stats:
  • 5 downloads today

  • 57 downloads this week

  • 148 downloads this month

  • 234 downloads total

Score:
1.7
Short URL:
aa_tools.dub.pm