We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a75e1 commit 1fa0abcCopy full SHA for 1fa0abc
1 file changed
Sources/LZMA/LZMAProperties.swift
@@ -43,6 +43,7 @@ public struct LZMAProperties {
43
self.dictionarySize = dictionarySize
44
}
45
46
+ /// Initializes LZMA properties with default values of lc, lp, pb, and dictionary size.
47
public init() { }
48
49
init(lzmaByte: UInt8, _ dictSize: Int) throws {
0 commit comments