tiny.simd.WrapUnchanged
Defined in image.
API (1)
Actions
Public operations.
Source
Source: lib/simd/src/image/root.zig:553
zig
pub const WrapUnchanged = struct { pub fn call(_: WrapUnchanged, coord: i64, size: usize) usize { std.debug.assert(coord >= 0); std.debug.assert(coord < size); return @intCast(coord); }};Source: lib/simd/src/root.zig:529
zig
pub const WrapUnchanged = image.WrapUnchanged;Audit
| Definitions | 2 |
|---|---|
| Public names | 4 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |