# Functions
No description provided by the author
No description provided by the author
usage e.g:
func success() (int, error) { return 0, nil } n1 := Must(success()).
usage e.g:
func success() (int, string, error) { return 0, "hi", nil } d1, d2 := Must2(success()).
No description provided by the author
No description provided by the author
No description provided by the author