pub struct Runtime { /* private fields */ }
Stores data used by the algorithm.
This enables us to reuse memory.
Creates a new runtime from the dimensions of Config.
Config
Reset this runtime.
Merges the data of the two images. other will not be modified. This makes self appear as if it had been rendered with the sum of the iterations of self and other.
other
self
Panics if the dimensions of self isn’t the same as the dimensions of other.