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