mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-23 13:52:26 +08:00
Slice: group by and without v2 (#20)
* Slice: group by and without v2 Migrate from reflection to generic * update doc
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package myconstraints
|
||||
|
||||
|
||||
type Number interface {
|
||||
int | int8 | int16 | int32 | int64 | uint | uint8 | uint16 | uint32 | uint64 | uintptr | float32 | float64 | complex64 | complex128
|
||||
int | int8 | int16 | int32 | int64 | uint | uint8 | uint16 | uint32 | uint64 | uintptr | float32 | float64 | complex64 | complex128
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user