HKT provides utilities for working with higher-kinded types This allows writing generic code that works across different container types like Option, List, Either, etc.
Readonly
Type guard to check if a value is an Either
Type guard to check if a value is a List
Type guard to check if a value is an Option
Type guard to check if a value is a Try
Static methods for HKT operations
HKT provides utilities for working with higher-kinded types This allows writing generic code that works across different container types like Option, List, Either, etc.