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