# Packages
No description provided by the author
# Functions
Clone returns a deep copy of the base function table.
ToFunction takes in a function with any arguments and attempts to convert it to a functions.Function type.
# Type aliases
FHIRPathFunc is the common abstraction for all function types supported by FHIRPath.
FunctionTable is the data structure used to store valid FHIRPath functions, and maps their case-sensitive names.