HH\is_dict_or_darray

namespace HH;

function is_dict_or_darray(
  mixed $input,
): bool;

Parameters

  • mixed $input

Returns

  • bool