kotlin-is-like-csharp icon indicating copy to clipboard operation
kotlin-is-like-csharp copied to clipboard

Change `OrderBy(i => i)` to `Order()` in the Sort section

Open ddjerqq opened this issue 2 years ago • 1 comments

Change Sort section. Update .OrderBy(i => i); to .Order(); Because it fits listOf(1, 5, 3, 12, 2).sorted() more

ddjerqq avatar Sep 08 '23 00:09 ddjerqq

Hi and thanks for the update! Could you make the change to related .cs file? (e.g. https://github.com/ttu/kotlin-is-like-csharp/pull/3/files) index.file is generated from individual code files.

If you want to try index-file generation (https://github.com/ttu/kotlin-is-like-csharp#develop), just let me know if you need some help or command doesn't work anymore.

ttu avatar Sep 13 '23 17:09 ttu