StructWalk.jl
StructWalk.jl copied to clipboard
clarify what is considered a leaf
It's not entirely clear from the documentation that a leaf is something for which isempty(children(walkstyle, x))
. Maybe it is obvious, but still it would be helpful to explicitly state this.
Also, it would be convenient to add a method isleaf([walkstyle,] x)
.