Merge pull request #503 from felipecrs/patch-1

Add setproduct function to the bake HCL
pull/517/head
Tõnis Tiigi 4 years ago committed by GitHub
commit a56a4c00dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,6 +95,7 @@ var (
"rsadecrypt": crypto.RsaDecryptFunc,
"sethaselement": stdlib.SetHasElementFunc,
"setintersection": stdlib.SetIntersectionFunc,
"setproduct": stdlib.SetProductFunc,
"setsubtract": stdlib.SetSubtractFunc,
"setsymmetricdifference": stdlib.SetSymmetricDifferenceFunc,
"setunion": stdlib.SetUnionFunc,

Loading…
Cancel
Save