pub fn eql(self: Directory, other: Directory) bool
pub fn eql(self: Directory, other: Directory) bool { return self.handle.handle == other.handle.handle; }