补齐到n个,如果带选项m则补齐到n的倍数,如果源序列长度大于n则返回源序列 @param val Object 需要补的元素或元素构成的序列 @param n Integer 补齐后的长度后长度的倍数 @param opt String m:补齐到n的倍数,l:在左边补 @return Sequence
(Object val, int n, String opt)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected