GetChildren<ZR, ZS> typedef

GetChildren<ZR, ZS> = List<ZR> Function(ZS section)

Given a Section node, return a list of children

Implementation

typedef GetChildren<ZR, ZS> = List<ZR> Function(ZS section);