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