content/flux/v0/stdlib/internal/debug/_index.md
The debug package provides methods for debugging the Flux engine.
Import the internal/debug package:
import "internal/debug"
option debug.vectorize = false
vectorize controls whether the compiler attempts to vectorize Flux functions.
{{< children type="functions" show="pages" >}}