Julia Programming Language
Anonymous functions with tuple arguments
General Usage
Robert_Honig
May 11, 2020, 9:36pm
3
Note that this is now possible to do as follows:
filter(((x,y),) -> x==1 || y==1, A)
8 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
( (x,y) -> x+y ).( [ (1,2), (3,4) ] )
General Usage
tuple
,
vector
,
functions
8
640
September 8, 2021
Argument destructuring and anonymous functions
General Usage
8
3079
June 4, 2019
Filter by array of tuples
New to Julia
11
2505
January 12, 2019
Function arguments
General Usage
tuple
,
function
,
namedtuple
,
named-tuple
37
1827
December 20, 2024
Return tuple of user chosen functions, metaprogramming?
General Usage
5
1208
January 15, 2019