Function getKeyword [src]
Prototype
pub fn getKeyword(bytes: []const u8) ?Tag Parameters
bytes: []const u8 Source
pub fn getKeyword(bytes: []const u8) ?Tag {
return keywords.get(bytes);
} pub fn getKeyword(bytes: []const u8) ?Tag bytes: []const u8 pub fn getKeyword(bytes: []const u8) ?Tag {
return keywords.get(bytes);
}