Documentation ¶ Index ¶ Variables func Equal(n node.N, m node.N) bool type F func (f F) Equal(n node.N, m node.N) bool Constants ¶ This section is empty. Variables ¶ View Source var ( DefaultF = F{ ID: true, Height: true, AABB: true, Heuristic: true, LRInvariant: true, Recursive: true, } ) Functions ¶ func Equal ¶ func Equal(n node.N, m node.N) bool Types ¶ type F ¶ type F struct { ID bool Height bool AABB bool Heuristic bool Recursive bool LRInvariant bool } F is a comparison filter used to optionally exclude comparing cached values. This is useful for specific types of testing where these cache values do not matter. func (F) Equal ¶ func (f F) Equal(n node.N, m node.N) bool Source Files ¶ View all Source files cmp.go Click to show internal directories. Click to hide internal directories.