donutloop
|
b106c428ae
|
Every: use int counter (#6)
Use counter to verify all elements passed the perdicate func.
Replace slice of indexes with int counter.
|
2021-12-29 09:51:50 +08:00 |
|
dudaodong
|
ec983b7aa6
|
fix: fix
Intersection slice issue
|
2021-12-28 10:16:53 +08:00 |
|
dudaodong
|
99faeccb05
|
feat: add Intersection, Union, Without func for slice/slice.go
|
2021-12-27 19:54:04 +08:00 |
|
dudaodong
|
ad777bc877
|
feat: add Intersection, Union, Without func for slice/slice.go
|
2021-12-27 19:47:45 +08:00 |
|
dudaodong
|
589ce7404f
|
refactor: update painc message
|
2021-12-27 15:12:18 +08:00 |
|
Marcel Edmund Franke
|
578b1bba65
|
Some: allocate slice to keep track unused indexes is not necessary
Waste of memory for those unused indexes. It got replaced by a simple
boolean to keep track of it.
|
2021-12-25 13:04:03 +01:00 |
|
dudaodong
|
3021985df9
|
feat: add ClearFile, ReadFileToString, ReadFileByLine into file.go
|
2021-12-09 20:19:13 +08:00 |
|
dudaodong
|
188d52cd9d
|
feat: add Some and Every function in slice.go
|
2021-12-09 19:27:20 +08:00 |
|
dudaodong
|
8c8f991390
|
feat: add Find function in slice.go
|
2021-12-09 17:54:16 +08:00 |
|
dudaodong
|
f2ed3c6270
|
test: add some unit test function for convertor, random, slice, and formatter
|
2021-11-29 17:27:02 +08:00 |
|
dudaodong
|
3254591ab9
|
publish lancet
|
2021-11-28 21:28:23 +08:00 |
|