package haxe.ds
Available on all platforms
Either represents values which are either of type L (Left) or type R (Right).
L
R
Left(v:L)
Right(v:R)
© 2005–2020 Haxe FoundationLicensed under a MIT license. https://api.haxe.org/haxe/ds/Either.html