fn unixHas(self: Self, class: Class, permission: Permission) bool

Returns true if the chosen class has the selected permission. This method is only available on Unix platforms.

Parameters

self: Self,
class: Class,
permission: Permission,