Graph::trim_left

fn trim_left(
    self: Graph
) -> Graph

Trims any empty space in the left portion of the graph.

Examples

Here's a graph which has a significant amount of empty space at the start with no allocations:

By applying trim_left to it here's how it'll look like: