Contents

buildPartialBlock(first:)

Builds a partial result random transformer from the first random transformer.

Declaration

static func buildPartialBlock(first: some RandomTransformer<Element, Element>) -> some RandomTransformer<Element, Element>

Parameters

  • first:

    A random transformer.

See Also

Building augmentations