At

public struct At: Fn

At evaluates the expr at a given timestamp.

Reference.

  • Declaration

    Swift

    public init(timestamp: Expr, _ expr: Expr)

    Parameters

    timestamp

    A timestamp in which the expr will be evaluated.

    expr

    The expression to be evaluated.