# Functions
EntryExit immediately prints an entry statement and returns a function that can be used with defer and that prints an exit statement with timing.
EromEither converts from Either to a normal tuple.
PanicAfterTimeout starts a timer and after a timeout panics and kills the process the timer can be cancelled via the cancel function, e.g.
# Constants
No description provided by the author