Module Body.Substring

type t = {
  1. base : string;
  2. pos : int;
  3. len : int;
}