Options to configure the writing of Plist files.
enum WritePlistOptions
s10FileSystem17WritePlistOptionsO
AKEC
import FileSystem
case overwrite
When passed, it ovewrites any existing files.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher to produce an integer hash value.
Hasher
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.