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