Julia Programming Language
Return (; a, b )
New to Julia
question
hexaeder
January 5, 2024, 2:11pm
2
It returns a NamedTuple. The syntax is sugar for
return (; a=a, b=b)
.
7 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Unexpected behavior defining a function on one line with semi-colons
General Usage
14
1841
January 20, 2017
Expressions separated by semicolon
General Usage
8
6655
July 25, 2018
[documentation] Questions about the use of semicolon
New to Julia
1
468
August 4, 2021
What's the meaning of the array syntax , ;
New to Julia
17
9396
January 3, 2017
When and where should we use semicolon
General Usage
5
10483
April 27, 2019