Skip to content
Snippets Groups Projects
Commit e51ccdac authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Introduce zipmap() function and use it in place of frequent loops.

One operation we often use is to take an LLSD array of param names, a
corresponding LLSD array of values, and create from them a name=value LLSD
map. Instead of doing that "by hand" every time, use a function.
parent 934e8c39
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment