# Functions
No description provided by the author
OnceFunc returns a function that invokes f only once.
OnceValue returns a function that invokes f only once and returns the value returned by f.
OnceValues returns a function that invokes f only once and returns the values returned by f.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author