Member since 6 days ago
in the syntax function identity<T>(T $value): T { return $value; }
why adding a <T>. we already have info of type of param in param list and type of return after the :