Justin Ridgewell 616640a128 Playground Proposal: Mallet operator
The mallet operator is similar to the current memoization operator,
except it can be used outside of just objects.

In Ruby, it’s almost the same as `a = a || b`. Note that only `nil` and
`false` are falsey in Ruby. I’ve defined it as `== null`, though that
could be changed to any JS falsey value.
2015-01-16 18:57:15 -05:00
..
2015-01-11 22:15:56 +11:00
2015-01-14 08:55:24 +11:00
2015-01-07 14:10:27 +11:00
2015-01-15 23:07:52 +11:00
2015-01-15 03:51:22 +03:00