This commit is contained in:
parent
0c9e3aa20b
commit
d573528f3b
@ -8,6 +8,8 @@ import (
|
||||
type ICollection interface {
|
||||
Conj(data any) IList
|
||||
IsEmpty() bool
|
||||
String() string
|
||||
Len() int
|
||||
}
|
||||
|
||||
type ISeq interface {
|
||||
@ -18,8 +20,6 @@ type ISeq interface {
|
||||
type IList interface {
|
||||
ISeq
|
||||
ICollection
|
||||
String() string
|
||||
Len() int
|
||||
}
|
||||
|
||||
type EmptyList struct{}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user