static L maxExecutionGap10() { LongBuffer buf = new(10); repeat 10 { buf.add(print(maxExecutionGap())); } ret buf.asVirtualList(); }