Add examples of iteration patterns for primitive List to reference guide
The new reference guide is now in Asciidoc. The relevant section is now here: https://github.com/eclipse/eclipse-collections/blob/master/docs/2-Collection_Containers.adoc#primitive-lists
Use the Lost and Found Kata as a guide for the iteration patterns that can be included for various primitive types.
https://github.com/eclipse/eclipse-collections-kata/tree/master/lost-and-found-kata
Hi @donraab, I'd like to take this up.
Thanks for volunteering @akshaywakhare! I assigned the issue to you.
Hey @donraab, I'm willing to work on this.
Hey @donraab, I'm willing to work on this.
Thanks @Akash3121, I assigned this one already (see above). There are other issues I created for different primitive types that are still available. Please comment on one of them and I can assign the issue. Thanks!
Thanks @donraab. There is a typo at Example 38 as creCreate. https://github.com/eclipse/eclipse-collections/blob/master/docs/2-Collection_Containers.adoc#primitive-lists
Great catch @Akash3121! If you want to fix the typo in a separate quick PR, will be happy to review and merge.