C# Class Rakudo.Metamodel.Representations.P6list.Instance

Inheritance: RakudoObject
Exibir arquivo Open project: jnthn/6model

Public Properties

Property Type Description
Storage List

Public Methods

Method Description
Instance ( SharedTable STable ) : System

Method Details

Instance() public method

public Instance ( SharedTable STable ) : System
STable SharedTable
return System

Property Details

Storage public_oe property

Just use a .Net List at the moment, but an array would be more efficient in the long run (though give us more stuff to implement ourselves).
public List Storage
return List