fponticelli / thx.core

Super-charged standard library for Haxe.
http://thx-lib.org
MIT License
124 stars 43 forks source link

Non macro thx.fp.List#fromArray #195

Closed 0b1kn00b closed 8 years ago

0b1kn00b commented 8 years ago
  case Nil        : Cons(next,Nil);
  case Cons(x,xs) : Cons(next,Cons(x,xs));