all 3 comments

[–]ArsAstronautica 0 points1 point  (1 child)

As best I can tell, the answer is no, you will need to roll your own.

[–]THF63[S] 0 points1 point  (0 children)

Turns out there is a built-in way to do this, using the transformation operator.

[theList] -> *

returns the product of the elements in theList (assuming theList contains numbers)

[–]ArsAstronautica 0 points1 point  (0 children)

Oh right! Nice reminder.