Structures

The following structures are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public struct Observation<T> where T : Equatable
  • Result is a container of the results of the experiment.

    See more

    Declaration

    Swift

    public struct Result<T> where T : Equatable
  • Scientist provides interface to run experiment. You have to specify return type which is Equatable.

    See more

    Declaration

    Swift

    public struct Scientist<T> where T : Equatable