|
Macaulay2 Engine
|
Length-prefixed int array, the integer counterpart of M2_string. More...
#include <m2-types.h>
Public Attributes | |
| int | len |
| int | array [] |
Length-prefixed int array, the integer counterpart of M2_string.
Same layout as M2_string_struct but with an int payload. M2_arrayintOrNull is the nullable typedef used in interface signatures where the call may legitimately return nothing.
Definition at line 110 of file m2-types.h.