StructFactory<T> typedef

StructFactory<T> = T Function(SegmentView segmentView, int dataSectionLengthInWords)

Implementation

typedef StructFactory<T> = T Function(
  SegmentView segmentView,
  int dataSectionLengthInWords,
);