Documentation ¶ Index ¶ func Intersection(input ...*Dimension) []key type Dimension func Deserialize(r io.Reader) (*Dimension, error) func FromBytes(p []byte) *Dimension func New() *Dimension func (t *Dimension) Bytes() []byte func (d *Dimension) Insert(key key) func (s *Dimension) Serialize(w io.Writer) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Intersection ¶ func Intersection(input ...*Dimension) []key finds keys that are present in all dimensions Types ¶ type Dimension ¶ type Dimension struct { // contains filtered or unexported fields } func Deserialize ¶ func Deserialize(r io.Reader) (*Dimension, error) func FromBytes ¶ func FromBytes(p []byte) *Dimension func New ¶ func New() *Dimension func (*Dimension) Bytes ¶ func (t *Dimension) Bytes() []byte func (*Dimension) Insert ¶ func (d *Dimension) Insert(key key) func (*Dimension) Serialize ¶ func (s *Dimension) Serialize(w io.Writer) error Source Files ¶ View all Source files dimension.go serialization.go Click to show internal directories. Click to hide internal directories.