Closed danbev closed 1 year ago
This commit adds an example and a test for the lang::traverse function.
lang::traverse
The motivation for this is that I think I should use it with the SPDX patterns but was not sure how it worked. Hopefully this will be useful for others in the same situation.
Maybe the self.foo sugar syntax?
I've added an example which shows that in addition to the explicit invocation.
This commit adds an example and a test for the
lang::traverse
function.The motivation for this is that I think I should use it with the SPDX patterns but was not sure how it worked. Hopefully this will be useful for others in the same situation.