Lodash.size

Gets the size of collection by returning its length for array-like values or the number of own enumerable string keyed properties for objects.

struct Lodash
nothrow @trusted @safe ref
size
()
()

Return Value

Type: auto ref

- Lodash chained on (number): the collection size.

Meta