Macaulay2 Engine
Loading...
Searching...
No Matches

◆ Table_length()

int Table_length ( T * table)

Definition at line 108 of file table.c.

109{
110 assert(table);
111 return table->length;
112}
int length
Definition table.c:33

References T::length, and T.

Referenced by exponent_table_length().