FixedArray

A workaround that provides a stack-allocated, fixed size array up to length 10 and falls back to dynamically allocation for longer arrays.

FixedArray.swift:4
enum FixedArray<T>