[vector] Adjust comment
This commit is contained in:
parent
e82a3c69dd
commit
7cc79a8a86
|
@ -169,7 +169,7 @@ struct hb_vector_t
|
||||||
operator iter_t () const { return iter (); }
|
operator iter_t () const { return iter (); }
|
||||||
operator writer_t () { return writer (); }
|
operator writer_t () { return writer (); }
|
||||||
|
|
||||||
/* Faster range-based for loop without bounds-check. */
|
/* Faster range-based for loop without constructing an hb_array_t. */
|
||||||
Type *begin () const { return arrayZ; }
|
Type *begin () const { return arrayZ; }
|
||||||
Type *end () const { return arrayZ + length; }
|
Type *end () const { return arrayZ + length; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue