Skip to content

feat(SLMultiMap): add ForEachChild/Update/SetChild - #6

Merged
OneOfOne merged 4 commits into
mainfrom
slmultimap-fns
Oct 18, 2023
Merged

feat(SLMultiMap): add ForEachChild/Update/SetChild#6
OneOfOne merged 4 commits into
mainfrom
slmultimap-fns

Conversation

@OneOfOne

Copy link
Copy Markdown
Owner

No description provided.

Comment thread slmmap.go
}
}

func (lm *SLMultiMap[V]) ForEachChild(k1 string, fn func(k2 string, v V) bool) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add a comment to the SLMultiMap type definition that explains what it is?

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread lists_test.go
}
}

// func TestSliceList(t *testing.T) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why comment this test? If it is no longer relevant, should it just be removed entirely?

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for a feature I'm working on but it got accidentally committed.

@OneOfOne
OneOfOne merged commit a1f8a05 into main Oct 18, 2023
@OneOfOne
OneOfOne deleted the slmultimap-fns branch October 18, 2023 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants