The Byte held by this cell

Property definitions

nitc $ CallArg :: byte=
	# The `Byte` held by this cell
	fun byte=(value: Byte) `{ self->value_Byte = value; `}
src/interpreter/dynamic_loading_ffi/dynamic_loading_ffi.nit:82,2--83,55