+2
-2
@@ -8,6 +8,8 @@ import (
|
|||||||
type ICollection interface {
|
type ICollection interface {
|
||||||
Conj(data any) IList
|
Conj(data any) IList
|
||||||
IsEmpty() bool
|
IsEmpty() bool
|
||||||
|
String() string
|
||||||
|
Len() int
|
||||||
}
|
}
|
||||||
|
|
||||||
type ISeq interface {
|
type ISeq interface {
|
||||||
@@ -18,8 +20,6 @@ type ISeq interface {
|
|||||||
type IList interface {
|
type IList interface {
|
||||||
ISeq
|
ISeq
|
||||||
ICollection
|
ICollection
|
||||||
String() string
|
|
||||||
Len() int
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type EmptyList struct{}
|
type EmptyList struct{}
|
||||||
|
|||||||
Reference in New Issue
Block a user