API
Results.jl is structured into four modules:
Results.Typesdefines the core typesResults.Functionsdefines functions for operating onResults andOptionsResults.Macrosdefines macros for working with result typesResults.Collectiondefines Option interfaces for working with collectionsResults.Operatorsdefines operators for working with result types.
Important members of each module are re-exported, so the end user usually does not need to import these modules directly. Operators are not exported by default.