StructWalk.jl icon indicating copy to clipboard operation
StructWalk.jl copied to clipboard

add FunctorWalk

Open CarloLucibello opened this issue 1 year ago • 1 comments

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

CarloLucibello avatar Apr 19 '23 18:04 CarloLucibello