carve method

void carve(
  1. Carving<String, String> element
)
inherited

Add a carving to the list of carvings.

This will be used to carve the result when applying.

Implementation

void carve(CarvingT element) => carvings.add(element);