class Crystal::Macros::MultiAssign

Overview

Multiple assign expression.

Defined in:

compiler/crystal/macros.cr

Instance Method Summary

Instance Method Detail

def targets : ArrayLiteral(ASTNode)Source

Returns the targets assigned to.

def values : ArrayLiteral(ASTNode)Source

Returns the values that are being assigned.

© 2012–2021 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.2.1/Crystal/Macros/MultiAssign.html