calcFieldOverlap

private fnbool[] calcFieldOverlap(const scope size_t[] offsets)

Calculates whether fields are overlapped based on the passed offsets.

Parameters

offsetsoffsets of all fields matching the order of .tupleof

Returns

an array such that arr[n] = true indicates that the n'th field

overlaps with an adjacent field