Site Map

Tue, 13 May 2008 21:15:01 -0700

Building an F# powered indexing system (part 2)

"Mutable" means exactly that... the value in contents can change within the scope of ref . The next two lines are some helper operators, which I've used in my buildField function above. ! is a bit of a non-intuitive choice, ...