mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
@@ -1196,6 +1196,7 @@ sum :: proc "contextless" (x: $T/[]$E) -> (res: E)
|
|||||||
|
|
||||||
prod :: proc "contextless" (x: $T/[]$E) -> (res: E)
|
prod :: proc "contextless" (x: $T/[]$E) -> (res: E)
|
||||||
where intrinsics.type_is_numeric(E) {
|
where intrinsics.type_is_numeric(E) {
|
||||||
|
res = 1
|
||||||
for i in x {
|
for i in x {
|
||||||
res *= i
|
res *= i
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user