We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type-of
1 parent 9368572 commit 536c61eCopy full SHA for 536c61e
Sources/LispKit/Primitives/TypeLibrary.swift
@@ -262,6 +262,8 @@ public final class TypeLibrary: NativeLibrary {
262
switch coll.kind {
263
case .vector:
264
return .symbol(self.vector)
265
+ case .immutableVector:
266
+ return .symbol(self.vector)
267
case .growableVector:
268
return .symbol(self.gvector)
269
default:
0 commit comments