Class VmCollection

java.lang.Object
org.pkl.core.runtime.VmValue
org.pkl.core.runtime.VmCollection
All Implemented Interfaces:
Iterable<Object>
Direct Known Subclasses:
VmList, VmSet

public abstract class VmCollection extends VmValue implements Iterable<Object>
  • Constructor Details

    • VmCollection

      public VmCollection()
  • Method Details