truthy function

bool truthy(
  1. dynamic value
)

Implementation

bool truthy(value) => !falsey(value);