Features

Actions on Numbers, Strings, DateTime, Lists

Getting started

Just Import and use extension

Usage

List<int> nums = [1,2,4,5,6];
int max = nums.max!;