[top][index]
search for:

uniform -- test whether elements of a list are of the same class

uniform x -- whether all elements of the list x have the same class.

Code:

     -- ../../../Macaulay2/m2/classes.m2:63
     uniform = (x) -> same apply(x,class)

[top][index]
search for: