Struct PreparedSequenceResult

Struct Documentation

struct PreparedSequenceResult

Result of preparing sequences with sentinel position tracking.

Public Members

std::string prepared_string

Prepared string with sequences and sentinels.

size_t original_length

Length of original sequences (before RC if applicable)

std::vector<size_t> sentinel_positions

Positions of sentinels in prepared_string.