DVUI

asU64

Parameters

#
self:Id
Id

Source

Implementation

#
pub fn asU64(self: Id) u64 {
        return @intFromEnum(self);
    }