Results for: "partition"

if /foo #{bar}/ then end ^^^^^^^^^^^^

Example:

x.foo += 42
 ^^^     (for foo)
x.foo += 42
      ^  (for +)
x.foo += 42
 ^^^^^^^ (for foo=)

Example:

x[1] += 42
 ^^^    (for [])
x[1] += 42
     ^  (for +)
x[1] += 42
 ^^^^^^ (for []=)

if /foo #{bar}/ then end ^^^^^^^^^^^^

if /foo #{bar}/ then end
   ^^^^^^^^^^^^
Search took: 13ms  ·  Total Results: 2830