asArr method

Arr<T> asArr()

Transmutes a List into an Array

Implementation

@pragma("vm:prefer-inline")
Arr<T> asArr() => Arr.fromList(this);