38dh91
Results
1
issues of
38dh91
Good day! I have a snippet of code like this: ``` dockNode := imgui.InternalDockBuilderGetNode(dockId) tabs := dockNode.TabBar().Tabs() ``` Method `Tabs()` returns `Vector` type and in my mind such type must...