mirror of
https://github.com/ziglang/zig.git
synced 2026-01-05 04:53:17 +00:00
See #167 Need to troubleshoot when we send 2 slices to printf. It goes into an infinite loop. This commit introduces 4 builtin functions: * `@isInteger` * `@isFloat` * `@canImplictCast` * `@typeName`