Skip to content

Documentation / imgui / ImGui / ASSERT

Function: ASSERT()

ASSERT(c): asserts c

Defined in: libs/imgui/src/imgui.ts:294

Parameters

c

any

Returns

asserts c

Released under the MIT License.