Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
apiote
/
amuse
Segui
1
Vota
0
Forka
0
File
Albero (Tree):
v0.3.0
Rami (Branch)
Tag
develop
master
v0.4.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
amuse
/
datastructure
/
list.go
list.go
94 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
package datastructure
type List interface {
SetGenres(map[int]string)
GetType() ItemType
}