Need more data structure constructors #14
Loading…
x
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?
We've got list, but there should be a map too, as well as other things.
Map could work like
{{map key value key value}}
. It would error if the number of args is not divisible by two, or if it is zero. It would determine the type of the map from the type of the key and value arguments.sprig has dict silly me
Never mind, this one can be typed because of reflection