SokDoc

sok / Sok.Buffer / JSMultiplatformBuffer / getUIntImpl

getUIntImpl

fun getUIntImpl(index: Int?): <ERROR CLASS> (source)

Platform and version requirements: JS

Get the unsigned integer at the current cursor position. If the index parameter is provided, the cursor will be ignored and not modified

Parameters

index - index of the int, buffer.cursor is used if the index is null

Return int