MakeSection<ZR, ZS> typedef

MakeSection<ZR, ZS> = ZS Function(ZS node, List<ZR> children)

Given a list of children, create a Section contianing them

Implementation

typedef MakeSection<ZR, ZS> = ZS Function(ZS node, List<ZR> children);