CommonElementType

Is the CommonType of the ElementTypes of the ranges Rs.

template CommonElementType (
Rs...
) {}

Examples

static assert(is(CommonElementType!(int[], double[]) == double));

Meta