LazedAssocArray.constructors

This variable holds the constructor calling delegate to make the instance which will be called when the isntance become needed.

class LazedAssocArray(T)
T delegate()[string] constructors;

Meta