foreignArrayType(name, T)
foreignArrayType T
To construct a foreign array pointer type, specify a name and the type of the elements of each array. This type must necessarily be some kind of pointer type.
|
If the name is omitted, then a default one is chosen by taking the name of the type of the elements and appending a star.
|
The object foreignPointerArrayType is a method function.
The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/ForeignFunctions.m2:1346:0.