bool Function(dynamic) range(dynamic from, dynamic to, List<dynamic> levels) => (e) => _range(e, from, to, levels);