updateGrid<P> function

P updateGrid<P>(
  1. P object
)

Implementation

P updateGrid<P>(P object){
  if(kDebugMode){
    CategoryLogger.d([LogCategory.update, LogCategory.grid], object.toString());
  }
  return object;
}