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];
}