Iterate over AudioProcessorValueTreeState parameters?

How does one iterate over the AudioProcessorValueTreeState, or over its ParameterLayout??

You can use the getParameters(), which is an Array or getParameterTree(), which is a tree, like the name suggests.
Those are methods of the AudioProcessor…