isConsistent property

bool get isConsistent

Whether points carries exactly the floats verbs consume. Always true for buffers built through the verb methods (they append in lockstep); checked at the native boundary anyway so a future construction path can't feed the C++ side a short buffer (it reads points by verb with no length information).

Implementation

bool get isConsistent => points.length == pointsRequiredForVerbs(verbs);