dot notations #7
Loading…
Reference in New Issue
Block a user
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?
See also:
obj.method(x)
(map .f lst)
to map the getter for the fieldf
on the list of structureslst
(uses a custom representation of structs, see the phc-adt package)This issue was moved to jeapostrophe/remix#10