System.Struct - Manhunter07/MFL GitHub Wiki
Declaration
type Struct = any(string, array, record)
Description
The Struct
type in the System
package represents the a constraint for structured types. Those include strings, arrays and records. Unsupported are any numbers.