DataPipes.IMPLICIT_PIPE_ARG
— ConstantName of the lambda argument treated as an implicit inner pipe
DataPipes.MACROS_NOEXPAND
— ConstantMost macros are expanded before the pipe is processed. This is the list of exceptions.
DataPipes.PREV_PLACEHOLDER
— ConstantResult of the previous pipeline step
DataPipes.REPLACE_IN_PIPE
— ConstantReplacements to perform within pipes, before other transformations.
DataPipes.kwexpr_skipfirst
— MethodWrap first argument of a kwexpr into a StopWalk so that it's not processed in the walk afterwards.
DataPipes.replace_arg_placeholders
— MethodReplace function arg placeholders (like _
) with corresponding symbols from args
. Processes a single level of @p
nesting.
DataPipes.replace_in_pipeexpr
— MethodReplace symbols in expr
according to syms_replacemap
.