codimension_type¶
Whether a codimension bound is an expression or *.
Declaration¶
Syntax¶
codimension_type = CodimensionExpr | CodimensionStar
Values¶
Value |
Meaning |
|---|---|
|
the bound is the expression stored beside it. |
|
the bound is |
Return values¶
None. An enumeration value is not evaluated.
Description¶
The last codimension of a coarray is always *, because the number of images
is not known when the program is compiled.