Function get [src]
Prototype
pub fn get(self: @This(), code: Zir) []const u8 Parameters
self: @This()code: Zir Source
pub fn get(self: @This(), code: Zir) []const u8 {
return code.string_bytes[@intFromEnum(self.start)..][0..self.len];
} pub fn get(self: @This(), code: Zir) []const u8 self: @This()code: Zir pub fn get(self: @This(), code: Zir) []const u8 {
return code.string_bytes[@intFromEnum(self.start)..][0..self.len];
}