setPublic

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

Set isPublic in the given flags (Sets the first bit of the flags)

Specification

Return

The flags with the isPublic flag set

Since

0.1.0

Parameters

flags

The flags to set the isPublic in