Class VmBytes

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

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

    • EMPTY

      public static VmBytes EMPTY
  • Constructor Details

    • VmBytes

      public VmBytes(byte[] bytes)
    • VmBytes

      public VmBytes(VmList vmList, byte[] bytes)
  • Method Details