set/map cons syntax #42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We could allow notation like
{ 1, 2 | numbers}to add1and2to a set. The challenge is: There are multiple set impmlementations so it would need to be overloaded based on a "set-like" interface.This could also be extended to maps, possibly with a Julia-esque mapsto binary operator, as
unclear if this is a great idea, might be a bit too magical