Documentation ¶ Index ¶ type Feature func (feature Feature) Equals(other Feature) bool type Type Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Feature ¶ type Feature struct { FeatureType Type ModifierType modifier.Type Sides side.Side } func (Feature) Equals ¶ func (feature Feature) Equals(other Feature) bool structs exposed through the bindings do not implement `__eq__` so temporarily implement this as a workaround TODO: nuke this after bindings depend only on the binary tile representation type Type ¶ type Type int64 const ( NoneType Type = iota Road City Field Monastery ) Source Files ¶ View all Source files feature.go Directories ¶ Show internal Expand all Path Synopsis modifier Click to show internal directories. Click to hide internal directories.