``` A recursive type `A` can be recursively colle...
# development
w
Copy code
A recursive type `A` can be recursively collected by continually requesting `A` for the members of
  the given collection field of type `B`. Definition of a RecursionRule for A and B therefore results
  in the availability of a conversion from Collection.of(A) to Collection.of(B).