Function fromDotComptime [src]
Prototype
pub fn fromDotComptime(comptime dot_notation: []const u8) Oid
Parameters
dot_notation: []const u8
Source
pub fn fromDotComptime(comptime dot_notation: []const u8) Oid {
const tmp = comptime encodeComptime(dot_notation);
return Oid{ .encoded = &tmp };
}