☰
D
dejadoc
DDN-UTIL-MONACO
/
ddn.util.monaco.platform.bsd
/
getOSType
🔍
☾
getOSType
fn
string getOSType()
@safe
nothrow
Gets OS type.
Returns
OS type string (e.g., "FreeBSD").
Example:
auto osType = getOSType(); writeln("OS: ", osType);