v0.25
This commit is contained in:
@@ -132,7 +132,7 @@ class ShortVec(private val initCap: Int = 0): Vec<Short>, BatchSequence<Short> {
|
||||
array[index] = value
|
||||
}
|
||||
|
||||
override fun idx(value: Short): Int =
|
||||
override fun indexOf(value: Short): Int =
|
||||
array.indexOf(value)
|
||||
|
||||
companion object {
|
||||
|
Reference in New Issue
Block a user