zig/doc
Andrew Kelley 157af4332a builtin functions for division and remainder division
* add `@divTrunc` and `@divFloor` functions
 * add `@rem` and `@mod` functions
 * add compile error for `/` and `%` with signed integers
 * add `.bit_count` for float primitive types

closes #217
2017-05-06 23:13:12 -04:00
..
codegen.md
langref.md builtin functions for division and remainder division 2017-05-06 23:13:12 -04:00
semantic_analysis.md
style.md
targets.md