Expand description
Module containing functionality to compute array equality.
This module uses ArrayData and does not
depend on dynamic casting of Array
.
Modulesยง
- boolean ๐
- byte_
view ๐ - dictionary ๐
- fixed_
binary ๐ - fixed_
list ๐ - list ๐
- null ๐
- primitive ๐
- run ๐
- structure ๐
- union ๐
- utils ๐
- variable_
size ๐
Functionsยง
- equal
- Logically compares two ArrayData.
- equal_
range ๐ - equal_
values ๐ - Compares the values of two ArrayData starting at
lhs_start
andrhs_start
respectively forlen
slots.