empty<A> static method

IList<A> empty<A>()
override

Create an empty list.

Implementation

static IList<A> empty<A>() => Nil<A>();