effect-io-ai

Package: effect
Module: MutableList

MutableList.tail

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