# Functions
GetStackTrace returns the stack trace as StackFrame object's slice, that have specified 'depth' and starts from 'skip' depth level.
# Structs
StackFrame represents one stack level (frame/item).
# Type aliases
StackTrace is the slice of StackFrames, nothing more.