SplitScript reference / Migration / List collections

List collections

Migration from ASL, C#

Source pattern

Look for the ASL, C# concept List collections in the source. The semantic difference below is more important than a token-for-token rewrite.

Canonical SplitScript

Use the canonical language and API symbols linked below.

Semantic difference

Use [T] for C# ordered list semantics; size-changing operations belong on variable-length arrays, while [T; N] remains fixed and no separate List type is planned.

Supported hosts

This uses the standard SplitScript runtime contract. Any provider-specific requirements are documented by the linked canonical API.