fromIterable static method
Implementation
static IntegerModulus fromIterable(Iterable<Identifierable> iterable) {
final a = ListOfIdentifierable.fromIterable(iterable);
final result = IntegerModulus(a);
return result;
}
static IntegerModulus fromIterable(Iterable<Identifierable> iterable) {
final a = ListOfIdentifierable.fromIterable(iterable);
final result = IntegerModulus(a);
return result;
}