Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection struct {
// contains filtered or unexported fields
}
func (*Collection) Add ¶
func (c *Collection) Add(id m.MultiverseID, count int, specific, foil bool)
func (Collection) Len ¶
func (c Collection) Len() int
func (Collection) Less ¶
func (c Collection) Less(i, j int) bool
func (*Collection) Search ¶
func (c *Collection) Search(id m.MultiverseID) (i int, e Entry)
func (Collection) Swap ¶
func (c Collection) Swap(i, j int)
type Entry ¶
type Entry struct { ID m.MultiverseID Sets []subEntry }
Click to show internal directories.
Click to hide internal directories.