Smee.Stats (Smee v0.6.0)

Copy Markdown View Source

A collection of simple statistics tools that use streams of entity structs (and maybe lists)

Summary

Functions

Counts the number of entities in the stream and returns a value (runs and ends the stream)

Functions

count(enum)

@spec count(enum :: list() | Enumerable.t()) :: integer()

Counts the number of entities in the stream and returns a value (runs and ends the stream)

Is this a placeholder in an almost empty module? Absolutely.