StructWalk.jl
StructWalk.jl copied to clipboard
add FunctorWalk
An attempt at reimplementing Functors.jl interface on top of StructWalk.jl.
The only limitation so far encountered is in walk
splitting the children in the constructor, T(ch...)
, therefore losing information in case of non-tuple children.
The tests are copied from Functors.jl.
Ref. #10