box method

T box({
  1. required TBox arg,
})

打印边框

Implementation

T box({required TBox arg}) {
  return push(arg);
}