Example #1
0
 public ISeq more() {
   seq();
   if (s == null) return PersistentList.EMPTY;
   return s.more();
 }