static LL allSubsetsOfLength(int m, L objects) { ret asList(allSubsetsOfSize_iterator(m, objects)); }