Recent questions tagged arrays

Ask a Question
+4 votes
0 answers 21 views

Due to the implementation of Java generics, you can't have code like this: public class GenSet<E> { ... But I really don't get what's going on....

–3 votes
0 answers 14 views

Is it possible, in PHP, to flatten a (bi/multi)dimensional array without using recursion or ... in the lines of array_map() and array_values()....

To see more, click for the full list of questions or popular tags.
...