aegwenia/jik/references-mutation
Frontier
Unlock 210
Ideal 225
CC0 1.0
Indexed access and controlled mutation
Read or update vectors/maps through the checked reference boundary.
Acquire to open
Theory, examples, assessment, and private test answers stay inside the acquired repository copy.
Log in to acquirePublic source
Released under CC0 by the five-year publication rule.
(begin (define xs [1 2 3]) (set-ref! xs 1 42) (ref xs 1))