Package: effect Module: MutableList
effect
MutableList
Returns the last element of the list, if it exists.
Signature
declare const tail: <A>(self: MutableList<A>) => A | undefined
Source
Since v2.0.0