New function for grouping elements by unique key
This func have the same behaviour as `as_array` function, but the last one make array of [keys => arrays]. `groupByUniqueKey` just an array of [unique key => array].
Please register or sign in to comment