mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
intsets are here to stay (#16751)
This commit is contained in:
@@ -7,11 +7,9 @@
|
||||
# distribution, for details about the copyright.
|
||||
#
|
||||
|
||||
## Deprecated in favor of the generic `packedsets module <packedsets.html>`_
|
||||
## Specialization of the generic `packedsets module <packedsets.html>`_
|
||||
## for ordinal sparse sets.
|
||||
|
||||
{.deprecated: "Use the 'packedsets' module instead".}
|
||||
|
||||
import std/private/since
|
||||
import std/packedsets
|
||||
export packedsets
|
||||
|
||||
Reference in New Issue
Block a user