Int32x4Queue.fromList constructor Null safety
Creates a Int32x4Queue with the same length and contents as elements
.
Implementation
factory Int32x4Queue.fromList(List<Int32x4> elements) =>
Int32x4Queue(elements.length)..addAll(elements);
Creates a Int32x4Queue with the same length and contents as elements
.
factory Int32x4Queue.fromList(List<Int32x4> elements) =>
Int32x4Queue(elements.length)..addAll(elements);