lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Feb 20, 2012, at 3:32 AM, steve donovan wrote:
> 
> If l is a List, then List(l) should be a copy constructor.  So we get
> a simple definition List(self:sort()) for sorted().
> 

Shouldn't that be List(self):sort() ?