MCPcopy
hub / github.com/Effect-TS/effect / length

Function length

packages/effect/src/MutableQueue.ts:99–99  ·  view source on GitHub ↗
(self: MutableQueue<A>)

Source from the content-addressed store, hash-verified

97 * @category getters
98 */
99export const length = <A>(self: MutableQueue<A>): number => MutableList.length(self.queue)
100
101/**
102 * Returns `true` if the queue is empty, `false` otherwise.

Callers

nothing calls this directly

Calls 1

lengthMethod · 0.65

Tested by

no test coverage detected