示例#1
0
 /**
  * This method returns the length of this option.
  *
  * @access public
  * @static
  * @param IOption\Type $xs                                  the left operand
  * @return IInt32\Type                                      the length of this option
  */
 public static function length(IOption\Type $xs) : IInt32\Type
 {
     return $xs->size();
 }