genaray/Arch.Extended

[BUG] JaggedArray<T>.ContainsKey

ctxdegithub opened this issue · 1 comments

image
it should be?

if (index < 0 || index >= Capacity)
{
    return false;
}

Well looks like that's a bug actually ^^