/**
 * @class Ext.data.matrix.Slice
 * @extend Ext.Base
 * This class manages one side of a `Matrix`.
 * @private
 */
 
/**
 * @property {String/Number} id
 * The id of the interested entity. Based on whether this slice is on the "left"
 * or "right" of the matrix, this id identities the respective entity.
 * @readonly
 */
 
/**
 * @property {Ext.data.matrix.Side} side
 * The side of the matrix to which this slice belongs.
 */
 
/**
 * @property {Object} members 
 */