tableEntry
Function parameters
Parameters
Functions in this namespace
Functions
Source
Implementation
inline fn tableEntry(index: I) I {
return lookup_table[@as(u8, @intCast(index & 0xFF))];
}Function parameters
Functions in this namespace
Source
inline fn tableEntry(index: I) I {
return lookup_table[@as(u8, @intCast(index & 0xFF))];
}