(extension in Result):Result.ResultType.error : Swift.Optional<A.Error>
(extension in Result):Result.ResultType.flatMap <A> ((A.Value) -> Result.Result<A1, A.Error>) -> Result.Result<A1, A.Error>
(extension in Result):Result.ResultType.flatMapError <A where A1: Swift.ErrorType> ((A.Error) -> Result.Result<A.Value, A1>) -> Result.Result<A.Value, A1>
(extension in Result):Result.ResultType.map <A> ((A.Value) -> A1) -> Result.Result<A1, A.Error>
(extension in Result):Result.ResultType.mapError <A where A1: Swift.ErrorType> ((A.Error) -> A1) -> Result.Result<A.Value, A1>
(extension in Result):Result.ResultType.value : Swift.Optional<A.Value>
(extension in Result):Result.ResultType<A where A: Result.ResultType, A.Error: Result.ErrorTypeConvertible>.tryMap <A> ((A.Value) throws -> A1) -> Result.Result<A1, A.Error>
Commandant.(RawArgument in _BA859BFBBE9DF3838A11641CB273713E)
Commandant.(RawArgument in _BA859BFBBE9DF3838A11641CB273713E).Flag (Commandant.(RawArgument in _BA859BFBBE9DF3838A11641CB273713E).Type) -> (Swift.Set<Swift.Character>) -> Commandant.(RawArgument in _BA859BFBBE9DF3838A11641CB273713E)
Commandant.(RawArgument in _BA859BFBBE9DF3838A11641CB273713E).Key (Commandant.(RawArgument in _BA859BFBBE9DF3838A11641CB273713E).Type) -> (Swift.String) -> Commandant.(RawArgument in _BA859BFBBE9DF3838A11641CB273713E)
Commandant.(RawArgument in _BA859BFBBE9DF3838A11641CB273713E).Value (Commandant.(RawArgument in _BA859BFBBE9DF3838A11641CB273713E).Type) -> (Swift.String) -> Commandant.(RawArgument in _BA859BFBBE9DF3838A11641CB273713E)
Commandant.(RawArgument in _BA859BFBBE9DF3838A11641CB273713E).description : Swift.String
Commandant.Argument
Commandant.Argument with unmangled suffix "1TMx"
Commandant.Argument.(invalidUsageError in _8CAE711C2CD19D07FEBBE5F857AB09FD) <A> (Swift.String) -> Commandant.CommandantError<A1>
Commandant.Argument.defaultValue : Swift.Optional<A>
Commandant.Argument.init (defaultValue : Swift.Optional<A>, usage : Swift.String) -> Commandant.Argument<A>
Commandant.Argument.usage : Swift.String
Commandant.ArgumentParser
Commandant.ArgumentParser.(rawArguments in _BA859BFBBE9DF3838A11641CB273713E) : Swift.Array<Commandant.(RawArgument in _BA859BFBBE9DF3838A11641CB273713E)>
Commandant.ArgumentParser.consumeBooleanFlag (Swift.Character) -> Swift.Bool
Commandant.ArgumentParser.consumeBooleanKey (Swift.String) -> Swift.Optional<Swift.Bool>
Commandant.ArgumentParser.consumeKey (Swift.String) -> Swift.Bool
Commandant.ArgumentParser.consumePositionalArgument () -> Swift.Optional<Swift.String>
Commandant.ArgumentParser.consumeValueForKey : <ERROR TYPE>
Commandant.ArgumentParser.init (Swift.Array<Swift.String>) -> Commandant.ArgumentParser
Commandant.ArgumentParser.remainingArguments : Swift.Optional<Swift.Array<Swift.String>>
Commandant.CommandMode
Commandant.CommandMode.Arguments (Commandant.CommandMode.Type) -> (Commandant.ArgumentParser) -> Commandant.CommandMode
Commandant.CommandMode.Usage (Commandant.CommandMode.Type) -> Commandant.CommandMode
Commandant.CommandRegistry
Commandant.CommandRegistry with unmangled suffix "11ClientErrorMx"
Commandant.CommandRegistry.(commandsByVerb in _1DD6990CD6DFDE28F713A55F8EE2B70E) : Swift.Dictionary<Swift.String, Commandant.CommandWrapper<A>>
Commandant.CommandRegistry.(executeSubcommandIfExists in _1DD6990CD6DFDE28F713A55F8EE2B70E) (Swift.String, verb : Swift.String, arguments : Swift.Array<Swift.String>) -> Swift.Optional<Swift.Int32>
Commandant.CommandRegistry.commands : Swift.Array<Commandant.CommandWrapper<A>>
Commandant.CommandRegistry.init () -> Commandant.CommandRegistry<A>
Commandant.CommandRegistry.main (arguments : Swift.Array<Swift.String>, defaultVerb : Swift.String, errorHandler : (A) -> ()) -> ()
Commandant.CommandRegistry.main (defaultVerb : Swift.String, errorHandler : (A) -> ()) -> ()
Commandant.CommandRegistry.register <A where A1: Commandant.CommandType, A == A1.Options.ClientError, A1.ClientError == A1.Options.ClientError> (A1) -> ()
Commandant.CommandRegistry.runCommand : <ERROR TYPE>
Commandant.CommandRegistry.subscript (Swift.String) -> Swift.Optional<Commandant.CommandWrapper<A>>
Commandant.CommandType.function : Swift.String
Commandant.CommandType.run : <ERROR TYPE>
Commandant.CommandType.verb : Swift.String
Commandant.CommandWrapper
Commandant.CommandWrapper with unmangled suffix "11ClientErrorMx"
Commandant.CommandWrapper.function : Swift.String
Commandant.CommandWrapper.init <A where A1: Commandant.CommandType, A == A1.Options.ClientError, A1.ClientError == A1.Options.ClientError> (A1) -> Commandant.CommandWrapper<A>
Commandant.CommandWrapper.run : <ERROR TYPE>
Commandant.CommandWrapper.usage : () -> Swift.Optional<Commandant.CommandantError<A>>
Commandant.CommandWrapper.verb : Swift.String
Commandant.CommandantError
Commandant.CommandantError with unmangled suffix "11ClientErrorMx"
Commandant.CommandantError.CommandError <A> (Commandant.CommandantError<A>.Type) -> (A) -> Commandant.CommandantError<A>
Commandant.CommandantError.UsageError <A> (Commandant.CommandantError<A>.Type) -> (description : Swift.String) -> Commandant.CommandantError<A>
Commandant.CommandantError.description : Swift.String
Commandant.HelpCommand
Commandant.HelpCommand with unmangled suffix "11ClientErrorMx"
Commandant.HelpCommand with unmangled suffix "7Options"
Commandant.HelpCommand.(registry in _38F61CE0DF9D73793CEDF5D1C3140331) : Commandant.CommandRegistry<A>
Commandant.HelpCommand.function : Swift.String
Commandant.HelpCommand.init (registry : Commandant.CommandRegistry<A>) -> Commandant.HelpCommand<A>
Commandant.HelpCommand.run : <ERROR TYPE>
Commandant.HelpCommand.verb : Swift.String
Commandant.HelpOptions
Commandant.HelpOptions with unmangled suffix "11ClientErrorMx"
Commandant.HelpOptions.(verb in _38F61CE0DF9D73793CEDF5D1C3140331) : Swift.Optional<Swift.String>
Commandant.HelpOptions.init (verb : Swift.Optional<Swift.String>) -> Commandant.HelpOptions<A>
Commandant.NoOptions
Commandant.NoOptions with unmangled suffix "11ClientErrorMx"
Commandant.NoOptions.init () -> Commandant.NoOptions<A>
Commandant.Option
Commandant.Option with unmangled suffix "1TMx"
Commandant.Option.(invalidUsageError in _4F8DF2BC794A725A9EB7CCE887709D32) <A> (Swift.String) -> Commandant.CommandantError<A1>
Commandant.Option.defaultValue : Swift.Optional<A>
Commandant.Option.description : Swift.String
Commandant.Option.init (key : Swift.String, defaultValue : Swift.Optional<A>, usage : Swift.String) -> Commandant.Option<A>
Commandant.Option.key : Swift.String
Commandant.Option.usage : Swift.String
Commandant.Switch
Commandant.Switch.description : Swift.String
Commandant.Switch.flag : Swift.Optional<Swift.Character>
Commandant.Switch.init (flag : Swift.Optional<Swift.Character>, key : Swift.String, usage : Swift.String) -> Commandant.Switch
Commandant.Switch.key : Swift.String
Commandant.Switch.usage : Swift.String
Commandant.combineUsageErrors <A> (Commandant.CommandantError<A>, Commandant.CommandantError<A>) -> Commandant.CommandantError<A>
Commandant.informativeUsageError <A, B where A: Commandant.ArgumentType> (Commandant.Argument<A>) -> Commandant.CommandantError<B>
Commandant.informativeUsageError <A, B where A: Commandant.ArgumentType> (Commandant.Argument<Swift.Array<A>>) -> Commandant.CommandantError<B>
Commandant.informativeUsageError <A, B where A: Commandant.ArgumentType> (Commandant.Option<A>) -> Commandant.CommandantError<B>
Commandant.informativeUsageError <A, B> (Swift.String, argument : Commandant.Argument<A>) -> Commandant.CommandantError<B>
Commandant.informativeUsageError <A, B> (Swift.String, option : Commandant.Option<A>) -> Commandant.CommandantError<B>
Commandant.informativeUsageError <A> (Commandant.Option<Swift.Bool>) -> Commandant.CommandantError<A>
Commandant.informativeUsageError <A> (Swift.String, usage : Swift.String) -> Commandant.CommandantError<A>
Commandant.missingArgumentError <A> (Swift.String) -> Commandant.CommandantError<A>
Commandant.unrecognizedArgumentsError <A> (Swift.Array<Swift.String>) -> Commandant.CommandantError<A>
Result.NoError
Result.Result
Result.Result with unmangled suffix "1TMx"
Result.Result with unmangled suffix "5ErrorMq_"
Result.Result.Failure <A, B where B: Swift.ErrorType> (Result.Result<A, B>.Type) -> (B) -> Result.Result<A, B>
Result.Result.Success <A, B where B: Swift.ErrorType> (Result.Result<A, B>.Type) -> (A) -> Result.Result<A, B>
Result.Result.analysis <A> (ifSuccess : (A) -> A1, ifFailure : (B) -> A1) -> A1
Result.Result.debugDescription : Swift.String
Result.Result.dematerialize () throws -> A
Result.Result.description : Swift.String
Result.Result.init (@autoclosure () throws -> A) -> Result.Result<A, B>
Result.Result.init (Swift.Optional<A>, failWith : @autoclosure () -> B) -> Result.Result<A, B>
Result.Result.init (attempt : () throws -> A) -> Result.Result<A, B>
Result.Result.init (error : B) -> Result.Result<A, B>
Result.Result.init (value : A) -> Result.Result<A, B>
Result.Result.recover (@autoclosure () -> A) -> A
Result.Result.recoverWith (@autoclosure () -> Result.Result<A, B>) -> Result.Result<A, B>
Result.ResultType.analysis <A> (ifSuccess : (A.Value) -> A1, ifFailure : (A.Error) -> A1) -> A1
Result.ResultType.error : Swift.Optional<A.Error>
Result.ResultType.init (error : A.Error) -> A
Result.ResultType.init (value : A.Value) -> A
Result.ResultType.value : Swift.Optional<A.Value>
Result.materialize <A> (() throws -> A) -> Result.Result<A, __ObjC.NSError>
Result.materialize <A> (@autoclosure () throws -> A) -> Result.Result<A, __ObjC.NSError>
Result.try (Swift.String, file : Swift.String, line : Swift.Int, try : (Swift.AutoreleasingUnsafeMutablePointer<Swift.Optional<__ObjC.NSError>>) -> Swift.Bool) -> Result.Result<(), __ObjC.NSError>
Result.try <A> (Swift.String, file : Swift.String, line : Swift.Int, try : (Swift.AutoreleasingUnsafeMutablePointer<Swift.Optional<__ObjC.NSError>>) -> Swift.Optional<A>) -> Result.Result<A, __ObjC.NSError>
_TP10Commandant11CommandType
_TP10Commandant11CommandType11ClientError
_TP10Commandant11CommandType7Options
_TP10Commandant11OptionsType
_TP10Commandant11OptionsType11ClientError
_TP10Commandant12ArgumentType
_TP6Result10ResultType
_TP6Result10ResultType5Error
_TP6Result10ResultType5Value
_TP6Result20ErrorTypeConvertible
_TP6Result20ErrorTypeConvertible15ConvertibleType
static (extension in Commandant):Swift.Int.fromString (Swift.String) -> Swift.Optional<Swift.Int>
static (extension in Commandant):Swift.Int.name : Swift.String
static (extension in Commandant):Swift.String.fromString (Swift.String) -> Swift.Optional<Swift.String>
static (extension in Commandant):Swift.String.name : Swift.String
static (extension in Result):__ObjC.NSError.errorFromErrorType (Swift.ErrorType) -> __ObjC.NSError
static Commandant.(== infix in _BA859BFBBE9DF3838A11641CB273713E) (Commandant.(RawArgument in _BA859BFBBE9DF3838A11641CB273713E), Commandant.(RawArgument in _BA859BFBBE9DF3838A11641CB273713E)) -> Swift.Bool
static Commandant.<*> infix : <ERROR TYPE>
static Commandant.<| infix : <ERROR TYPE>
static Commandant.ArgumentType.fromString (Swift.String) -> Swift.Optional<A>
static Commandant.ArgumentType.name : Swift.String
static Commandant.HelpOptions.(create in _38F61CE0DF9D73793CEDF5D1C3140331) (Swift.String) -> Commandant.HelpOptions<A>
static Commandant.HelpOptions.evaluate : <ERROR TYPE>
static Commandant.NoOptions.evaluate : <ERROR TYPE>
static Commandant.OptionsType.evaluate : <ERROR TYPE>
static Result.!= infix <A, B where A: Swift.Equatable, B: Swift.Equatable, B: Swift.ErrorType> (Result.Result<A, B>, Result.Result<A, B>) -> Swift.Bool
static Result.&&& infix <A, B where A: Result.ResultType, B: Result.ResultType, A.Error == B.Error> (A, @autoclosure () -> B) -> Result.Result<(A.Value, B.Value), A.Error>
static Result.== infix <A, B where A: Swift.Equatable, B: Swift.Equatable, B: Swift.ErrorType> (Result.Result<A, B>, Result.Result<A, B>) -> Swift.Bool
static Result.>>- infix <A, B, C where C: Swift.ErrorType> (Result.Result<A, C>, (A) -> Result.Result<B, C>) -> Result.Result<B, C>
static Result.?? infix <A, B where B: Swift.ErrorType> (Result.Result<A, B>, @autoclosure () -> A) -> A
static Result.?? infix <A, B where B: Swift.ErrorType> (Result.Result<A, B>, @autoclosure () -> Result.Result<A, B>) -> Result.Result<A, B>
static Result.ErrorTypeConvertible.errorFromErrorType (Swift.ErrorType) -> A.ConvertibleType
static Result.Result.error (Swift.Optional<Swift.String>, function : Swift.String, file : Swift.String, line : Swift.Int) -> __ObjC.NSError
static Result.Result.errorDomain : Swift.String
static Result.Result.fileKey : Swift.String
static Result.Result.functionKey : Swift.String
static Result.Result.lineKey : Swift.String