Function isSymtab [src]
Prototype
pub fn isSymtab(self: ar_hdr) bool
Parameters
self: ar_hdr
Source
pub fn isSymtab(self: ar_hdr) bool {
return mem.eql(u8, &self.ar_name, SYMNAME);
}
pub fn isSymtab(self: ar_hdr) bool
self: ar_hdr
pub fn isSymtab(self: ar_hdr) bool {
return mem.eql(u8, &self.ar_name, SYMNAME);
}