Choice
- Namespace
- Rowles.LeanCorpus.Codecs.CodecKit
- Assembly
- Rowles.LeanCorpus.dll
Methods
Choice<TBase, TTag>(ICodec<TTag>, params CaseDefinition<TBase>[])
Tag-based discriminated union codec. Decode reads the tag, dispatches to the matching case codec; encode pattern-matches the value type.