struct

Nucleoc::ParallelMatchRequest

Inherits Struct < Value < Object

Internal message representing a single match request.

Constructors

new(index : Int32, haystack : String, needle : String, compute_indices : Bool, indices : Array(UInt32), response : Channel(Nucleoc::ParallelMatchResponse))
Source

Instance methods

compute_indices?
Source
haystack
Source
index
Source
indices
Source
needle
Source
response
Source