setAbstract

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

Set isAbstract in the given flags (Sets the sixth bit of the flags)

Specification

Return

The flags with the isAbstract flag set

Since

0.1.0

Parameters

flags

The flags to set the isAbstract in