setPrivate

fun setPrivate(flags: Short, value: Boolean = true): Short(source)

Set isPrivate in the given flags (Sets the second bit of the flags)

Specification

Return

The flags with the isPrivate flag set

Since

0.1.0

Parameters

flags

The flags to set the isPrivate in