Effect CommunityEC
Effect Communityβ€’3y agoβ€’
2 replies
staubfuss

Converting Tuple of `[Option<number>, Option<string>]` to `Option<[number,string]>`

Hmm, is there an easy way to convert a Tuple of [Option<number>, Option<string>] to a Option<[number,string]>?
Was this page helpful?