CleanAPI

public protocol CleanAPI

Describes the API for Clean

  • Cleans a nef Playground.

    Declaration

    Swift

    static func clean(nefPlayground: URL) -> EnvIO<ProgressReport, nef.Error, Void>

    Parameters

    nefPlayground

    Folder where to search for Xcode Playgrounds - it must be a nef Playground structure.

    Return Value

    An EnvIO to perform IO operations that produce errors of type nef.Error, having access to an immutable environment of type ProgressReport.