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