SharedAction returns the shared ActionSet for an ActionSet.
(x ActionSet)
| 181 | |
| 182 | // SharedAction returns the shared ActionSet for an ActionSet. |
| 183 | func SharedAction(x ActionSet) ActionSet { |
| 184 | return x << 32 |
| 185 | } |
| 186 | |
| 187 | const Action_ALL = ^ActionSet(0) |
| 188 |