Normal function declarations.
This is indeed a point which makes Zig inflexible.
By adopting a syntax like
fn add(x: i32, i32) i32
fn add(x: i32, i32): i32
By adopting a syntax like
they have said perma-goodbye to lambdas. They should have at-least considered