//! WGSL lowering source for `buffer.memchr`.
/// Dispatchable WGSL kernel for first-byte search.
pub const WGSL: &str = concat!;
/// Return the first index of `needle_byte & 0xff`, or [`NOT_FOUND`].
/// Sentinel returned when the needle is absent.
pub const NOT_FOUND: u32 = u32MAX;