Open lynn opened 4 years ago
Let F be a monadic link. FƘ is a dyad that maps (x, y) to [t for t in x if F(t) == y].
F
FƘ
So, …LƘ4 means “filter to elements whose Length is 4”.
…LƘ4
L
This is a shorter way to write …L=¥Ƈ4 or …L=4ƊƇ.
…L=¥Ƈ4
…L=4ƊƇ
Let
F
be a monadic link.FƘ
is a dyad that maps (x, y) to [t for t in x if F(t) == y].So,
…LƘ4
means “filter to elements whoseL
ength is 4”.This is a shorter way to write
…L=¥Ƈ4
or…L=4ƊƇ
.