8.16
tr-immutable
(requiretr-immutable) | package:tr-immutable |
This library implements immutable wrappers for vector and box, in a way that typed/racket is able to recognise. This makes it possible to write (make-predicate(IVectorofInteger)) in current versions of Typed/Racket.
type
(IVectorof A)
The type for immutable vectors containing elements of type A.
The type for immutable vectors containing elements of type A.