# Functions
Clone returns a deep cloned instance of the given `src` variable.
WithShadowCopyInversePkgPrefixes returns an `Option` that forces shadow copies of types whose pkg paths do not match the given `prefixes`.
WithShadowCopyTypes returns an `Option` that forces shadow copies of the types that are in the given `values`.
WithSkippingTypes returns an `Option` that forces skipping copying types that are in the given `values`.
# Type aliases
Option represents an option to customize deep copied results.