SelectAll

public struct SelectAll: Fn

SelectAll traverses into the argument passed to from flattening all values into an array.

Reference.

  • Declaration

    Swift

    public init(path: Expr..., from object: Expr)

    Parameters

    path

    Determines a location within object.

    object

    Value in which path should be selected.