carveAll method

void carveAll(
  1. Iterable<Carving<String, String>> elements
)
inherited

Add a list of carvings to the list of carvings.

This will be used to carve the result when applying.

Implementation

void carveAll(Iterable<CarvingT> elements) => carvings.addAll(elements);