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.

__bswapti2

bswap.__bswapti2
pub fn __bswapti2(a: u128) callconv(.c) u128

File

lib/compiler_rt/bswap.zig:76

Code

pub fn __bswapti2(a: u128) callconv(.c) u128 {
    return bswapXi2(u128, a);
}