tiny.simd.CountingSortEntry
Defined in robust.
Source
Source: lib/simd/src/robust.zig:6
zig
pub fn CountingSortEntry(comptime T: type) type { comptime requireInteger(T); return struct { value: T, count: usize, };}Source: lib/simd/src/root.zig:546
zig
pub const CountingSortEntry = robust.CountingSortEntry;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |