Expand description
Implements a better FunctionId that does not rely on
platform-dependent usize::MAX to indicate the main function.
Enumsยง
- Enum that can be used for function identifiers, to specially handle
main. - Defines errors when parsing
FunctionIdfrom a string.