We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb46db2 commit f1ef542Copy full SHA for f1ef542
1 file changed
Sources/DataStructuresKit/Collections/Bag.swift
@@ -64,8 +64,8 @@
64
/// ### Creating a Bag
65
///
66
/// - ``init()``
67
-/// - ``init(_:)-6v9hk``
68
-/// - ``init(_:)-1ol5l``
+/// - ``init(_:)-81gxl``
+/// - ``init(_:)-820ce``
69
70
/// ### Adding Elements
71
@@ -77,7 +77,7 @@
77
/// - ``remove(_:)``
78
/// - ``remove(_:count:)``
79
/// - ``removeAll(_:)``
80
-/// - ``removeAll()``
+/// - ``removeAll(keepingCapacity:)``
81
82
/// ### Querying
83
0 commit comments