B\C::U PHP Method

U() static public method

static public U ( b\E $c ) : array
$c b\E
return array
    static function U(E $c) : array
    {
        if (N($c) === 1) {
            return [];
        }
        return X('Y', $c);
    }