language.Set
class Set(_PositionalMacro[set[T]]):Typed set macro — see module docstring fiction #5.
``L.Set[T](*args: T)`` is statically typed as ``set[T]``; at runtime the
value is a :class:`DictConfig`.
Members
method
Source: laco/language.py:834
class Set(_PositionalMacro[set[T]]):Typed set macro — see module docstring fiction #5.
Source: laco/language.py:834