Function eql [src]
Prototype
pub fn eql(self: Index, other: Index, builder: *const Builder) bool
Parameters
self: Index
other: Index
builder: *const Builder
Source
pub fn eql(self: Index, other: Index, builder: *const Builder) bool {
return self.unwrap(builder) == other.unwrap(builder);
}