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.

context_sort_funcs

sort.context_sort_funcs
const context_sort_funcs = &[_]fn (usize, usize, anytype) void

File

lib/std/sort.zig:161

Code

const context_sort_funcs = &[_]fn (usize, usize, anytype) void{
    // blockContext,
    pdqContext,
    insertionContext,
    heapContext,
}