A question: I would really appreciate it if Zig’s inline semantics meant that it is guaranteed to inline. But conversely, will it still perform inlining optimizations without inline? Based on experience with other languages, I often deliberately avoid writing inline to prevent interfering with the compiler’s optimizations. If Zig’s philosophy is to require explicit inline, I might need to correct this and try to use inline more frequently!