A chunk of text with its byte offset in the source.
Summary
Types
@type t() :: %LangExtract.Chunker.Chunk{ byte_end: non_neg_integer(), byte_start: non_neg_integer(), text: String.t() }
A chunk of text with its byte offset in the source.
@type t() :: %LangExtract.Chunker.Chunk{ byte_end: non_neg_integer(), byte_start: non_neg_integer(), text: String.t() }