Language Internals

Detailed specification of the Swamp programming language

Slice

A continous area of elements of the same type.

[10, -4, 20]

SlicePair

A continous area of elements of the same interleaved key- and value-type.

[10:"Something", -4:"Another", 20:"Third"]