github.com/lann/ps.tree.deleteLeftmost (method)

3 uses

	github.com/lann/ps (current package)
		map.go#L204: 	replacement, child := self.children[i].deleteLeftmost()
		map.go#L219: func (m *tree) deleteLeftmost() (*tree, *tree) {
		map.go#L226: 			deleted, child := t.deleteLeftmost()