append method

  1. @override
IList<A> append(
  1. IList<A> l1,
  2. IList<A> l2
)
override

Implementation

@override IList<A> append(IList<A> l1, IList<A> l2) => l1.plus(l2);