mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Mark some stuff private
This commit is contained in:
@@ -293,7 +293,7 @@ extension NSAttributedString {
|
||||
}
|
||||
|
||||
/// This is a very, very basic implementation that only covers our needs.
|
||||
struct CountedSet<Element> where Element: Hashable {
|
||||
private struct CountedSet<Element> where Element: Hashable {
|
||||
private var _storage = [Element: Int]()
|
||||
|
||||
mutating func insert(_ element: Element) {
|
||||
@@ -323,7 +323,7 @@ struct CountedSet<Element> where Element: Hashable {
|
||||
}
|
||||
}
|
||||
|
||||
extension String {
|
||||
private extension String {
|
||||
var decodedEntity: String {
|
||||
(self as NSString).rsparser_stringByDecodingHTMLEntities() as String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user