Pinned Loading
-
ray-tracer-challenge
ray-tracer-challenge PublicImplementation of the book "The Ray Tracer Challenge" by Jamis Buck
-
-
-
-
clojure's swap function in typescrip...
clojure's swap function in typescript with proper typing. 1swap<K extends unknown[]>(swapFunction: (state: T, ...args: K) => T, ...args: K): T {
2this.state = swapFunction.apply(null, [this.state, ...args]);
3return this.state;
4}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.