Function eql [src]

Prototype

pub fn eql(self: Index, other: Index, builder: *const Builder) bool

Parameters

self: Indexother: Indexbuilder: *const Builder

Source

pub fn eql(self: Index, other: Index, builder: *const Builder) bool { return self.unwrap(builder) == other.unwrap(builder); }