DataIntellectTech/TorQ

Default values

Closed this issue · 0 comments

There a lot of these checks to see if a value is set in TorQ: mode:@[value;`mode;`saveandsort];
How about a library function that handles this for you: .torq.default[`mode;`saveandsort], although its not much shorter it could be neater for handling lists of variables and values if you wanted to set them in bulk. It would need to take care of the namespace too.