Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

cases__divmoddi4

int.cases__divmoddi4
const cases__divmoddi4 =
    [_][4]i64

File

Code

const cases__divmoddi4 =
    [_][4]i64{
        [_]i64{ 0, 1, 0, 0 },
        [_]i64{ 0, -1, 0, 0 },
        [_]i64{ 2, 1, 2, 0 },
        [_]i64{ 2, -1, -2, 0 },
        [_]i64{ -2, 1, -2, 0 },
        [_]i64{ -2, -1, 2, 0 },
        [_]i64{ 7, 5, 1, 2 },
        [_]i64{ -7, 5, -1, -2 },
        [_]i64{ 19, 5, 3, 4 },
        [_]i64{ 19, -5, -3, 4 },
        [_]i64{ @as(i64, @bitCast(@as(u64, 0x8000000000000000))), 8, @as(i64, @bitCast(@as(u64, 0xf000000000000000))), 0 },
        [_]i64{ @as(i64, @bitCast(@as(u64, 0x8000000000000007))), 8, @as(i64, @bitCast(@as(u64, 0xf000000000000001))), -1 },
    }