tiny.simd.mode
Defined in robust.
Source
Source: lib/simd/src/robust.zig:93
zig
pub fn mode( comptime T: type, values: []T, scratch: []CountingSortEntry(T),) Error!T { comptime requireUnsignedInteger(T); std.debug.assert(values.len != 0); try countingSort(T, values, scratch); return modeOfSorted(T, values);}Source: lib/simd/src/root.zig:551
zig
pub const mode = robust.mode;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |