core / org.pinelang.core / PineList PineList¶ class PineList :PineExpr<List<*>> Constructors¶ Name Summary <init> PineList(value:List<*>)PineList(vararg refs:PineExpr<*>, calculation: () ->List<*>)