LanguageExt.Core
LanguageExt.Core ► Traits ► Indexable
Contents
interface Indexable <in A, in KEY, VALUE> Source #
Methods
method Option<VALUE> TryGet (A ma, KEY key) Source #
method VALUE Get (A ma, KEY key) Source #