arrow.call_expression

Module for [CallExpression] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
CallExpression self() nothrowReturns `this`, for use in `with` statements.
CallExpressionGidBuilder builder() static nothrowGet builder for [arrow.call_expression.CallExpression] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this(string function_, arrow.expression.Expression[] arguments, arrow.function_options.FunctionOptions options = null)
Methods
CallExpression build() nothrowCreate object from builder. Returns: New object