//! WGSL lowering source for `string_matching.boyer_moore_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!("../boyer_moore_find.wgsl"),);