Commit Graph
7 Commits
Author SHA1 Message Date
donutloopandGitHub a82b5dd206 list: add LastIndexOf (#46)
Add LastIndexOf method too List and fix doc

LastIndexOf returns the index of the last occurrence of the value in this list.
if not found return -1
2022-07-21 15:19:18 +08:00
dudaodong 44370aef5e refactor: change variable name to 2022-07-18 15:52:51 +08:00
dudaodong 7b84fbfd94 fix: fix misspellings -> 2022-05-30 20:54:34 +08:00
dudaodong 7fd9a94922 fix: fix lint warning 'ineffassign' 2022-03-22 14:36:35 +08:00
dudaodong 50c6e51393 upgrade go module v2 2022-03-17 10:57:35 +08:00
dudaodong 48c1f8ffad fix: fix some spell mistake 2022-02-13 19:00:44 +08:00
dudaodong f551c56921 refactor: reconstructure souce file into the corresponding folder 2022-02-10 17:57:53 +08:00