//! WGSL lowering source for `string_matching.substring_find_first`.
usesuper::*;/// Parallel first-substring scanner used by GPU parity tests and intrinsic dispatch.
pubconstWGSL:&str=concat!(include_str!("../../../wgsl/common_params.wgsl"),"\n",include_str!("../substring_find_first.wgsl"),);