mirror of
https://github.com/ziglang/zig.git
synced 2026-01-31 03:33:37 +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`