test method

bool test(
  1. T value
)

Implementation

bool test(T value) {
  return this(value);
}