fact

factorial

pure nothrow
long
fact
(
long a
)
out (res) { assert (res >= 0); }

Meta