Module symcurve::curve::iters

source ·
Expand description

This module provides data structures and Iterator implementations for the calculation of DNA curvature.

It includes the necessary data structures for representing the DNA data and the traits and implementations for iterating over this data. The iterators provided allow for efficient and convenient traversal and manipulation of the DNA data for the purpose of curvature calculation.

Structs§

  • An iterator that computes the curvature of a DNA sequence.