Sequential types represents "arrays" of types. This is a super class for array, vector, and pointer types.
See Source File
Boost Software License 1.0
Copyright (c) 2017, Joakim Brännström. All rights reserved.
Joakim Brännström (joakim.brannstrom@gmx.com)
See: llvm-c/Core.h
* Types have the following hierarchy: * * types: * integer type * real type * function type * sequence types: * array type * pointer type * vector type * void type * label type * opaque type