HH\Lib\C\count

Requires the Hack Standard Library to be installed.
Facebook Engineer?

This function is available as C\count() in Facebook's www repository.

Returns the number of elements in the given Container

namespace HH\Lib\C;

function count(
  Container<mixed> $container,
): int;

Time complexity: O(1) Space complexity: O(1)

Parameters

Returns

  • int