Skip to content

this.me


this.me / OperatorResult

Type Alias: OperatorResult

OperatorResult = Memory | any | undefined

Defined in: types.ts:215

Operators in me.ts can yield:

  • a Memory (most writes)
  • undefined (kernel-only or removals)
  • a returned value for root "=" thunk and root "?" query