This commit is contained in:
Михаил Капелько
2024-01-10 10:38:45 +03:00
parent 0309ab67b4
commit cb527c2154
3 changed files with 53 additions and 5 deletions

View File

@@ -3,6 +3,8 @@ extension MPAK {
public var keys: Set<String>
public var dict: [String: T]
public var isRecent: Bool { !keys.isEmpty }
public init(
_ keys: Set<String> = [],
_ dict: [String: T] = [:]