Commit c72589f13f24ca24a0613f7d9bc28b7fe1ef25c0

Behdad Esfahbod 2019-08-29T15:45:21

[iter] Change item_size to get_item_size() By moving access to hb_static_size(Type) into a function instead of a class-const, we can refer to iter types of incomplete types, which come handy when a method of hb_array_t wants to return iterator of hb_array_t. That kind of stuff. Next commit needs this to build on clang...