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