pub fn array_kind( key: TypeKind, value: TypeKind, known_size: Option<usize>, ) -> TypeKind
Creates a TypeKind representing an array with the given key and value types.
TypeKind