Skip to content

Add documentation for BitSet data structure#804

Open
krrishverma1805-web wants to merge 1 commit intotypelevel:masterfrom
krrishverma1805-web:add-bitset-docs
Open

Add documentation for BitSet data structure#804
krrishverma1805-web wants to merge 1 commit intotypelevel:masterfrom
krrishverma1805-web:add-bitset-docs

Conversation

@krrishverma1805-web
Copy link

@krrishverma1805-web krrishverma1805-web commented Feb 28, 2026

This PR adds a documentation page for the BitSet data structure, including runnable mdoc examples.

While exploring the codebase, I noticed that BitSet is a fully feature-rich data structure in the library (supporting union, intersection, efficient storage, etc.), but it didn't have a corresponding page in the documentation site.

The new page covers:

  • An overview of the functional BitSet implementation
  • A list of supported operations and their complexity
  • Examples showing creation, membership checks, set operations (union, intersection, difference), usage with Ranges, and conversion to standard Scala Sets.

Checklist

  • Follows existing documentation style
  • All mdoc examples compile successfully

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.

1 participant