Dbl3sArrFlatBuilder
Trait for creating the ArrFlatBuilder type class instances for Dbl3Arr final classes. Instances for the for classes / traits you
control, should go in the companion object of the ArrT final class. The first type parameter is called B, because to corresponds to the B in
map(f: A => B): ArrB
function.