AsPropKeySet returns the set only contains the property key.
()
| 54 | |
| 55 | // AsPropKeySet returns the set only contains the property key. |
| 56 | func (k OptionalEvalPropKey) AsPropKeySet() OptionalEvalPropKeySet { |
| 57 | return 1 << k |
| 58 | } |
| 59 | |
| 60 | // Desc returns the description for the property key. |
| 61 | func (k OptionalEvalPropKey) Desc() *OptionalEvalPropDesc { |
no outgoing calls