Function isAnon [src]

Prototype

pub fn isAnon(self: StrtabString) bool

Parameters

self: StrtabString

Source

pub fn isAnon(self: StrtabString) bool { assert(self != .none); return self.toIndex() == null; }