asBoolean method

bool asBoolean(
  1. int key
)

Implementation

bool asBoolean(int key) {
  return _asBoolean(self, key) != 0;
}