is_splitter

Function is_splitter 

Source
pub fn is_splitter(kmer: u64, splitters: &AHashSet<u64>) -> bool
Expand description

Check if a k-mer is a splitter

§Arguments

  • kmer - The k-mer value to check
  • splitters - Set of splitter k-mers

§Returns

true if the k-mer is a splitter, false otherwise