Types

Vine is statically typed. Every expression has a type, like Bool or List[N32]. Type parameters are written in square brackets.

Types fall in to several categories:

  1. Primitive Types

    1. Standard Types

      1. Composite Types

        1. Structs

          1. Enums