LegacyConfigFileLoader
struct LegacyConfigFileLoader<T> where T : CustomStringConvertible, T : Decodable
Represents a config file loader.
-
Attempts to load a legacy config file.
Declaration
Swift
static func load(filename: String, removeWhenDone: Bool = false) -> T?