Tracks the average length of the Strings of an array when calling to_s

Property definitions

array_debug :: array_debug $ Sys :: arr_s_len=
	# Tracks the average length of the Strings of an array when calling to_s
	var arr_s_len = new Counter[Int]
lib/array_debug/array_debug.nit:18,2--19,33