-
- Downloads
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.
Loading
Please register or sign in to comment