[][src]Type Definition kul_core::premade::inmem::DatumSlice

type DatumSlice<'input, 'alloc, Extra = ()> = &'alloc mut [DatumType<'input, 'alloc, Extra>];

A contiguous slice of our Datum type. Used by our DatumAllocator via our parser constructor.

Useful when defining a borrowed array of Datums to allocate from.