# Structs
A Transformation transforms the stack by modifying its order, growing, and/or shrinking it.
# Type aliases
ExpectDepth is a sentinel value that singals to Code.Compile() that it must assert the expected stack depth, returning an error if incorrect.
SetDepth is a sentinel value that signals to specops.Code.Compile() that it must modify its internal counter reflecting the current stack depth.