top of page

Struct

struct <name> {fields...}

​

The fields of a struct can be accessed using pattern-matching or the . operator. The values in a struct are immutable.

bottom of page