tiny.simd.hashArrayInPlace
Defined in hash.
Source
Source: lib/simd/src/hash.zig:215
zig
pub fn hashArrayInPlace(comptime D: type, hash: anytype, inout: []D.Lane) void { hashArray(D, hash, inout, inout);}Source: lib/simd/src/root.zig:572
zig
pub const hashArrayInPlace = hash.hashArrayInPlace;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |