Structures
The following structures are available globally.
-
Undocumented
See moreDeclaration
Swift
public struct Observation<T> where T : Equatable -
See moreResultis a container of the results of the experiment.Declaration
Swift
public struct Result<T> where T : Equatable -
See moreScientistprovides interface to run experiment. You have to specify return type which isEquatable.Declaration
Swift
public struct Scientist<T> where T : Equatable
View on GitHub
Structures Reference