CommonElementType

Is the CommonType of the ElementTypes of the ranges Rs.

Members

Aliases

CommonElementType
alias CommonElementType = CommonType!(staticMap!(ElementType, Rs))
Undocumented in source.

Examples

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

Meta