menu
dartcv4 package
documentation
core.dart
VecI32
VecI32 factory constructor
VecI32 factory constructor
dark_mode
light_mode
VecI32
constructor
VecI32
(
[
int
length
=
0
,
int
value
=
0
])
Implementation
factory VecI32([int length = 0, int value = 0]) => VecI32.generate(length, (i) => value);
dartcv4 package
documentation
core
VecI32
VecI32 factory constructor
VecI32 class