module gherkin.location;

///
struct Location
{
    ///
    ulong column;
    ///
    ulong line;
}