fluentast-core / at.hschroedl.fluentast.ast.expression / FluentInfixOperatorPartial / left
left
fun left(expression: FluentExpression): FluentInfixLeftPartial (source)
Creates a FluentInfixLeftPartial by adding a left-hand-side operand to the infix.
Parameters
expression - expression on the left-hand side.
Return a new FluentInfixLeftPartial.
Generated using Dokka.