pub fn scope<'s, F, R>(f: F) -> Rwhere F: FnOnce(&Scope<'s>) -> R,
Main function to create a Scope.
Scope
If the given closure ends without all Holes filled, will abort the program.