You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classFunctionArrayEnumerateDensefinal : public FunctionArrayEnumerateExtended<FunctionArrayEnumerateDense>
{
using Base = FunctionArrayEnumerateExtended<FunctionArrayEnumerateDense>;
public:
staticconstexprauto name = "arrayEnumerateDense";
using Base::create;
};
REGISTER_FUNCTION(ArrayEnumerateDense)
{
FunctionDocumentation::Description description = "Returns an array of the same size as the source array, indicating where each element first appears in the source array.";
FunctionDocumentation::ReturnedValue returned_value = {"Returns an array of the same size as `arr`, indicating where each element first appears in the source array", {"Array(T)"}};