Rust - Invoking Closures in a Struct

Closures are very neat and are similar to Javascript’s arrow functions or anonymous functions in other languages. The neat thing about closures is the ability to capture the environment or take a snapshot of the state of the environment within its scope (i.e. the environment outside the closure but within the scope it is defined in).

Read More

MATH2052 - Calculus and Introductory Analysis II

This is a course review of MATH2052 - Calculus and Introductory Analysis II taken at CarletonU in the winter of 2022. The lectures were asynchronous prerecorded lectures with online synchronous tutorials that were recorded. There was one in-person tutorial open to students who were both comfortable and available to travel to the University.

Read More