Class VmIntSeq

java.lang.Object
org.pkl.core.runtime.VmValue
org.pkl.core.runtime.VmIntSeq
All Implemented Interfaces:
Iterable<Long>

public final class VmIntSeq extends VmValue implements Iterable<Long>
  • Field Details

    • start

      public final long start
    • end

      public final long end
    • step

      public final long step
    • last

      public final long last
  • Constructor Details

    • VmIntSeq

      public VmIntSeq(long start, long end, long step)
  • Method Details