The following table lists the operators that are available in the {{ .planType }} plan. {{ range .operators }} {{ end }}
Operator Description Example
{{ .operator }} {{ .description | markdownify }}

Can increase data size: {{ if .expansive }} {{ .expansive_details | markdownify }}{{ else }}No{{ end }}
Uses memory: {{ if .uses_memory }} ✅ {{ .memory_details | markdownify }} {{ else }}No{{ end }}
{{ .example | markdownify }}