Package: effect Module: MutableList
effect
MutableList
Returns the length of the list.
Signature
declare const length: <A>(self: MutableList<A>) => number
Source
Since v2.0.0