Use by SimpleCollection
and Map
to append the items after
the metadata and attributes.
# Hook to request a larger than usual metadata array
#
# Use by `SimpleCollection` and `Map` to append the items after
# the metadata and attributes.
protected fun msgpack_extra_array_items: Int do return 0
lib/msgpack/serialization_write.nit:233,2--237,57
redef fun msgpack_extra_array_items do return 1
lib/msgpack/serialization_write.nit:348,2--48
redef fun msgpack_extra_array_items do return 1
lib/msgpack/serialization_write.nit:318,2--48