codimension_type¶
Whether a codimension bound is an expression or *.
Declaración¶
Sintaxis¶
codimension_type = CodimensionExpr | CodimensionStar
Values¶
Value |
Meaning |
|---|---|
|
the bound is the expression stored beside it. |
|
the bound is |
Valores devueltos¶
None. An enumeration value is not evaluated.
Descripción¶
The last codimension of a coarray is always *, because the number of images
is not known when the program is compiled.