FITFLOP
Home

discriminated-union (2 post)


posts by category not found!

Does R have an equivalent of disjunctive types?

Exploring Disjunctive Types in R A Journey into Type Safety and Flexibility Disjunctive types sometimes called union types allow you to define variables that ca

2 min read 02-10-2024 27
Does R have an equivalent of disjunctive types?
Does R have an equivalent of disjunctive types?

Typescript infers type never on Union of two types

Why Type Script Infers never on a Union of Two Types A Deep Dive Have you ever encountered a situation where Type Script infers the type never for a variable ho

2 min read 30-09-2024 31
Typescript infers type never on Union of two types
Typescript infers type never on Union of two types