Variable ColumnSpecialization.chunkDelegate

struct ColumnSpecialization
{
  // ...
  void delegate(const(ubyte)[], bool) chunkDelegate ;
  // ...
}