ProdAccumulator.prod

Returns the product accumulated by this ProdAccumulator. (community summary)

struct ProdAccumulator(T)
@safe pure @nogc nothrow const scope @property
T
prod
()
if (
isFloatingPoint!T
)