You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply the given function to every element of arr to form a new array then flatten the result. The argument arr must be an array or a string. If arr is an array, function func must return an array. If arr is a string, function func must return an string.
However, this is not enforced in all combinations. Example:
The docs say:
However, this is not enforced in all combinations. Example:
Noticed while testing google/go-jsonnet#797
The text was updated successfully, but these errors were encountered: